System.Types.IAsyncResult.AsyncContext
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 のこのインスタンスに関連付けられている、ユーザー固有のコンテキストです。