Unit 'MUIClass.Window' Package
[Overview][Types][Classes][Index] [#MUIClass]

TCloseAction

What should happen with a window when a close event is triggered

Declaration

Source position: MUIClass.Window.pas line 11

type TCloseAction = (

  caNone,

  

Do nothing, keep window open.

  caClose,

  

Close/Hide the Window, if this is the MainWindow of the Application, the Application will terminate

  caFree

  

Close and Destroy the Window object, never use this for the MainWindow

);


Documentation generated on: 2024-03-29