API:System.Classes.TComponent.TAsyncConstArrayFuncResult.Create

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

Delphi

constructor Create(const AAsyncFunction: TAsyncConstArrayFunc<TResult>; const AContext: TObject; const AComponent: TComponent; const Params: array of const);

C++

__fastcall TAsyncConstArrayFuncResult__1(const System::DelphiInterface<TAsyncConstArrayFunc__1<TResult> > AAsyncFunction, System::TObject* const AContext, TComponent* const AComponent, const System::TVarRec *Params, const int Params_High);

プロパティ

種類 可視性 ソース ユニット
constructor protected
System.Classes.pas
System.Classes.hpp
System.Classes TAsyncConstArrayFuncResult

説明



TBaseAsyncResult のインスタンスを作成します。

System.Classes.TComponent.TAsyncConstArrayFuncResult.Create は System.Classes.TBaseAsyncResult.Create を継承しています。以下の内容はすべて System.Classes.TBaseAsyncResult.Create を参照しています。


TBaseAsyncResult のインスタンスを作成します。

コンテキスト情報を提供する、任意の型のオブジェクトを、必要に応じて提供することができます。Context を使用すると、オブジェクトにアクセスすることができます。

関連項目