System.Types.IAsyncResult.GetAsyncContext

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also