FMX.Dialogs.TInputCloseQueryEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs


Description

Modèle:Obsolète Type procédural utilisé par la fonction InputQuery.

Voir aussi