Event type for Close Event
Source position: MUIClass.Window.pas line 15
type TCloseReqEvent = procedure( |
Sender: TObject; |
var CloseAction: TCloseAction |
) of object; |
Sender |
|
Window which sends the Close Event |
CloseAction |
|
Return what should happen when someone try to close the window: Close/Free or keep the window open |