System.Types.IAsyncResult.AsyncContext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsyncContext: TObject read GetAsyncContext;

C++

__property System::TObject* AsyncContext = {read=GetAsyncContext};

Eigenschaften

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


Beschreibung

Der benutzerdefinierte Kontext, der dieser Instanz von IAsyncResult zugeordnet ist.

Siehe auch