FMX.Dialogs.TInputCloseQueryEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 System::NativeInt Values_High, bool &CanClose);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs


Beschreibung

Warnung: TInputCloseQueryEvent ist veraltet.

Prozeduraler Typ, der von der Funktion InputQuery verwendet wird.

Siehe auch