System.Classes.TComponent.TAsyncFunctionResultEvent

From RAD Studio API Documentation

Delphi

TAsyncFunctionResultEvent = class sealed(TComponentAsyncResult)

C++

class PASCALIMPLEMENTATION TAsyncFunctionResultEvent : /*[[sealed]]*/ public TComponent::TComponentAsyncResult

Properties

Type Visibility Source Unit Parent
class protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Base class for implementing all asynchronous procedure calls. {{#multireplace:System.Classes.TComponent.TAsyncFunctionResultEvent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TBaseAsyncResult|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TBaseAsyncResult|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. 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