System.Classes.TBaseAsyncResult

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBaseAsyncResult

Delphi

TBaseAsyncResult = class abstract(TInterfacedObject, IAsyncResult)

C++

class PASCALIMPLEMENTATION TBaseAsyncResult : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Base class for implementing all asynchronous procedure calls.

Never pass TBaseAsyncResult around as an instance reference. You should only ever reference this object through IAsyncResult. If you do not, you may encounter unpredictable behavior.

See Also