FMX.DialogService.Sync.TDialogServiceSync.InputQuery

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.DialogService.Sync.pas
FMX.DialogService.Sync.hpp
FMX.DialogService.Sync TDialogServiceSync


Description

Procédure de classe d'assistance utilisée pour appeler IFMXDialogServiceSync.InputQuerySync.

Voir aussi