System.Classes.TComponent.TAsyncConstArrayFunctionResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall TAsyncConstArrayFunctionResult(const TAsyncConstArrayFunctionEvent AAsyncFunction, 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 TAsyncConstArrayFunctionResult

Description



Creates an instance of TBaseAsyncResult.

System.Classes.TComponent.TAsyncConstArrayFunctionResult.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