OnRelease
|
Action to be performed when release of the form
SYNTAX
ON RELEASE <OnReleaseProcedure> | <bBlock>
Alternate Syntax:
ONRELEASE <OnReleaseProcedure> | <bBlock>
Function Syntax:
SetProperty ( Form, , 'OnRelease', bBlock )
Pseudo-OOP Syntax:
Form.OnRelease:=bBlock