FMX.Platform.IFMXDialogService.InputQuery

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function InputQuery(const ACaption: string; const APrompts: array of string;
var AValues: array of string; const ACloseQueryFunc: TInputCloseQueryFunc = nil): Boolean; overload;
procedure InputQuery(const ACaption: string; const APrompts, ADefaultValues: array of string;
const ACloseQueryProc: TInputCloseQueryProc); overload; deprecated 'Use FMX.DialogService methods';

C++

virtual bool __fastcall InputQuery _DEPRECATED_ATTRIBUTE1("Use FMX.DialogService methods") (const System::UnicodeString ACaption, const System::UnicodeString *APrompts, const System::NativeInt APrompts_High, System::UnicodeString *AValues, const System::NativeInt AValues_High, const Fmx::Dialogs::_di_TInputCloseQueryFunc ACloseQueryFunc = Fmx::Dialogs::_di_TInputCloseQueryFunc()) = 0 /* overload */;
virtual void __fastcall InputQuery _DEPRECATED_ATTRIBUTE1("Use FMX.DialogService methods") (const System::UnicodeString ACaption, const System::UnicodeString *APrompts, const System::NativeInt APrompts_High, const System::UnicodeString *ADefaultValues, const System::NativeInt ADefaultValues_High, const Fmx::Dialogs::_di_TInputCloseQueryProc ACloseQueryProc) = 0 /* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXDialogService


Description

Modèle:Obsolète Affiche une boîte de dialogue.

Voir aussi