System.Types.IAsyncResult.AsyncContext

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

Delphi

property AsyncContext: TObject read GetAsyncContext;

C++

__property System::TObject* AsyncContext = {read=GetAsyncContext};

プロパティ

種類 可視性 ソース ユニット
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


説明

IAsyncResult のこのインスタンスに関連付けられている、ユーザー固有のコンテキストです。

関連項目