System.Types.IAsyncResult.AsyncContext
Delphi
property AsyncContext: TObject read GetAsyncContext;
C++
__property System::TObject* AsyncContext = {read=GetAsyncContext};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Types.pas System.Types.hpp |
System.Types | IAsyncResult |
Description
The user-specified context that is associated with this instance of IAsyncResult.