System.Types.IAsyncResult.GetAsyncContext
Delphi
function GetAsyncContext: TObject;
C++
virtual System::TObject* __fastcall GetAsyncContext() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas System.Types.hpp |
System.Types | IAsyncResult |
Description
Returns the user-specified context that is associated with this instance of IAsyncResult.