[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The type of an TApplication.OnQueryEndSession handler.
Source position: forms.pp line 1189
type TQueryEndSessionEvent = procedure( |
var Cancel: Boolean |
) of object; |
Cancel |
|
Set Cancel to True to prevent an logoff. |
lazarus-ccr.sourceforge.net |