[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notifies the form close handlers.
Source position: forms.pp line 553
protected procedure TCustomForm.DoClose( |
var CloseAction: TCloseAction |
); virtual; |
TFormHandlerType.fhtClose |
|
Notified on form Close. |
|
Handler called when the form is closed. It determines what happens to the form (destroy, hide...). |
lazarus-ccr.sourceforge.net |