System.Classes.TComponent.TAsyncFunctionResult.Create

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

Delphi

constructor Create(const AAsyncFunction: TFunc<TResult>; const AContext: TObject; const AComponent: TComponent);// overload;

C++

__fastcall TAsyncFunctionResult__1(const System::DelphiInterface<System::Sysutils::TFunc__1<TResult> > AAsyncFunction, System::TObject* const AContext, TComponent* const AComponent);

プロパティ

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

説明


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

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


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

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

関連項目