System.Types.IAsyncResult.GetAsyncContext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsyncContext: TObject;

C++

virtual System::TObject* __fastcall GetAsyncContext() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


Beschreibung

Gibt den benutzerdefinierten Kontext zurück, der dieser Instanz von IAsyncResult zugeordnet ist.

Siehe auch