Event
Understand Event of FTPRush Script
FTPRush Script allows you define how do you want the event handled when the event occurs.
Event type
every event handler is a procedure with or without params TNotifyEvent
TNotifyEvent
type
TNotifyEvent = procedure (Sender);
RushApp.UI.OnSwitchLayout
Declare
property OnSwitchLayout: TNotifyEvent;
Description
Use the OnSwitchLayout event handler to write code that responds when FTPRush switching layout of main interface. Usually OnSwitchLayout occurs because FTPRush startup or when user load a predefined layout from layout menu.
|