FMX.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
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs

Description

Warning: TInputCloseQueryEvent is deprecated.

Procedural type used by the InputQuery function.

See Also