FMX.DialogService.Sync.TDialogServiceSync.InputQuery

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

Delphi

class function InputQuery(const ACaption: string; const APrompts: array of string; var AValues: array of string): Boolean;

C++

__classmethod bool __fastcall InputQuery(const System::UnicodeString ACaption, const System::UnicodeString *APrompts, const int APrompts_High, System::UnicodeString *AValues, const int AValues_High);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.DialogService.Sync.pas
FMX.DialogService.Sync.hpp
FMX.DialogService.Sync TDialogServiceSync


説明

IFMXDialogServiceSync.InputQuerySync を呼び出すヘルプ クラス関数。

関連項目