System.Classes.TComponent.TAsyncConstArrayProcedureResult.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AAsyncProcedure: TAsyncConstArrayProcedureEvent; const AContext: TObject; const AComponent: TComponent; const Params: array of const);

C++

__fastcall TAsyncConstArrayProcedureResult(const TAsyncConstArrayProcedureEvent AAsyncProcedure, System::TObject* const AContext, TComponent* const AComponent, const System::TVarRec *Params, const int Params_High);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor protected
System.Classes.pas
System.Classes.hpp
System.Classes TAsyncConstArrayProcedureResult

Beschreibung



Erstellt eine Instanz von TBaseAsyncResult.

System.Classes.TComponent.TAsyncConstArrayProcedureResult.Create erbt von System.Classes.TBaseAsyncResult.Create. Der folgende Inhalt bezieht sich auf System.Classes.TBaseAsyncResult.Create.

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