System.Classes.TBaseAsyncResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
System.Classes.pas
System.Classes.hpp
System.Classes TBaseAsyncResult

Description

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