API:System.Classes.TComponent.TAsyncConstArrayResult.Create

From RAD Studio API Documentation

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor protected
System.Classes.pas
System.Classes.hpp
System.Classes TAsyncConstArrayResult

Description

Creates an instance of TBaseAsyncResult. System.Classes.TComponent.TAsyncConstArrayResult.Create inherits from System.Classes.TBaseAsyncResult.Create. All content below this line refers to System.Classes.TBaseAsyncResult.Create.

Creates an instance of TBaseAsyncResult.

You may optionally provide an object of any type that provides context information. Use Context to access that object.

See Also