Vcl.Dialogs.TInputCloseQueryEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInputCloseQueryEvent = procedure (Sender: TObject; const Values: array of string; var CanClose: Boolean) of object;

C++

typedef void __fastcall (__closure *TInputCloseQueryEvent)(System::TObject* Sender, const System::UnicodeString *Values, const int Values_High, bool &CanClose);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Embarcadero Technologies does not currently have any additional information.