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

TCloseAction

Declaration

Source position: forms.pp line 64

type TCloseAction = (

  caNone,

  

  caHide,

  

  caFree,

  

  caMinimize

  

);

See also

TCustomForm.OnClose

  

Event handler for closing the form