FMX.DialogService.Sync.TDialogServiceSync.InputQuery

From RAD Studio API Documentation
Jump to: navigation, search

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

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.

See Also