FMX.Dialogs.TInputCloseQueryEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs


説明

警告: TInputCloseQueryEvent は非推奨になっています。

InputQuery 関数によって使用される手続き型。

関連項目