FMX.DialogService.Sync.TDialogServiceSync.InputQuery
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 System::NativeInt APrompts_High, System::UnicodeString *AValues, const System::NativeInt AValues_High);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.DialogService.Sync.pas FMX.DialogService.Sync.hpp |
FMX.DialogService.Sync | TDialogServiceSync |
Description
Helper class function to call IFMXDialogServiceSync.InputQuerySync.