System.Classes.TComponent.TAsyncFunctionResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AAsyncFunction: TFunc<TResult>; const AContext: TObject; const AComponent: TComponent);// overload;

C++

__fastcall TAsyncFunctionResult__1(const System::DelphiInterface<System::Sysutils::TFunc__1<TResult> > AAsyncFunction, System::TObject* const AContext, TComponent* const AComponent);

Properties

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

Description


Creates an instance of TBaseAsyncResult.

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