System.Classes.TBaseAsyncResult.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AContext: TObject); overload;
constructor Create; overload;

C++

__fastcall TBaseAsyncResult(System::TObject* const AContext)/* overload */;
__fastcall TBaseAsyncResult()/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Classes.pas
System.Classes.hpp
System.Classes TBaseAsyncResult


Beschreibung

Erstellt eine Instanz von TBaseAsyncResult.

Sie können optional ein Objekt jedes Typs, das Kontextinformationen bereitstellt, bereitstellen. Verwenden Sie Context, um auf das Objekt zuzugreifen.

Siehe auch