API:System.Classes.TComponent.TAsyncProcedureResult.Create

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

Delphi

constructor Create(const AAsyncProcedure: TProc; const AContext: TObject; const AComponent: TComponent);// overload;

C++

__fastcall TAsyncProcedureResult(const System::Sysutils::_di_TProc AAsyncProcedure, System::TObject* const AContext, TComponent* const AComponent);

プロパティ

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

説明


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

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


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

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

関連項目