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

TMUIWindow.OnCloseRequest

User tries to close the Window

Declaration

Source position: MUIClass.Window.pas line 164

published property TMUIWindow.OnCloseRequest : TCloseReqEvent
  read FOnCloseRequest
  write FOnCloseRequest;

Description

User (or program) tried to close the window. Decide what should happen with the objects after the Event. You can prevent the closing or let the Window close or let the window close and the free all objects (MUI and Pascal)


Documentation generated on: 2024-03-28