[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.IntfQueryEndSession

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

Declaration

Source position: forms.pp line 1537

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.ahtQueryEndSession

  

Handler invoked before session ends

The latest version of this document can be found at lazarus-ccr.sourceforge.net.