Form.SetAction
Syntax:
Parameters:
<EventName> (required)
Event name for which the new action is defined.
<Action> (required)
Action that will be executed when the specified event is received from the form.
If this value is set to Undefined, no actions will be performed on receiving the specified event from the form.
Description:
Availability:
Note:
Example:
ActionAtClosingForm = New Action("OnFormClose"); SetAction("OnClose", ActionAtClosingForm); |
See also:
Action