Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplication.OnQueryEndSession

This event handler can deny to end the session.

Declaration

Source position: forms.pp line 1647

public property TApplication.OnQueryEndSession : TQueryEndSessionEvent
  read FOnQueryEndSession
  write FOnQueryEndSession;

See also

TApplication.IntfQueryEndSession

  

Called by the interface to confirm the end of a session.

TQueryEndSessionEvent

  

Specifies an event type used to handle a WM_QUERYENDSESSION window message in an application.

TApplicationHandlerType

  

Types of Application notification handlers.