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

TApplication.IntfQueryEndSession

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

Declaration

Source position: forms.pp line 1587

public procedure TApplication.IntfQueryEndSession(

  var Cancel: Boolean

);

Description

Asks all QueryEndSession handlers to confirm termination of the application.

See also

TApplication.OnQueryEndSession

  

This event handler can deny to end the session.

TApplicationHandlerType

  

Types of Application notification handlers.