System.Types.IAsyncResult.AsyncContext
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.