[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 668

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