FMX.Platform.IFMXDialogService.InputQuery

提供: RAD Studio API Documentation
移動先: 案内検索

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;

C++

virtual bool __fastcall InputQuery(const System::UnicodeString ACaption, System::UnicodeString const *APrompts, const int APrompts_High, System::UnicodeString *AValues, const int AValues_High, const Fmx::Dialogs::_di_TInputCloseQueryFunc ACloseQueryFunc = Fmx::Dialogs::_di_TInputCloseQueryFunc()) = 0 /* overload */;
virtual void __fastcall InputQuery(const System::UnicodeString ACaption, System::UnicodeString const *APrompts, const int APrompts_High, System::UnicodeString const *ADefaultValues, const int ADefaultValues_High, const Fmx::Dialogs::_di_TInputCloseQueryProc ACloseQueryProc) = 0 /* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXDialogService

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。