[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.OnClose

Handler called when the form is closed. It determines what happens to the form (destroy, hide...).

Declaration

Source position: forms.pp line 706

public property TCustomForm.OnClose : TCloseEvent
  read FOnClose
  write FOnClose
  stored IsForm;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.