[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies an event handler signalled when an InputQuery dialog is about to close.
Source position: dialogs.pp line 1014
type TInputCloseQueryEvent = procedure( |
Sender: TObject; |
const AValues: array of string; |
var ACanClose: Boolean |
) of object; |
Sender |
|
Object for the event notification. |
AValues |
|
Array of values which can be displayed in the event handler. |
ACanClose |
|
True if the InputQuery can be closed, False to continue execution of the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |