FMX.DialogService.Sync.TDialogServiceSync.InputQuery

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.DialogService.Sync.pas
FMX.DialogService.Sync.hpp
FMX.DialogService.Sync TDialogServiceSync


Beschreibung

Unterstützende Klassenfunktion zum Aufrufen von IFMXDialogServiceSync.InputQuerySync.

Siehe auch