API:System.Classes.TComponent.TAsyncConstArrayFunctionResult
Delphi
TAsyncConstArrayFunctionResult = class sealed(TAsyncConstArrayResult)
C++
class PASCALIMPLEMENTATION TAsyncConstArrayFunctionResult : /*[[sealed]]*/ public TComponent::TAsyncConstArrayResult
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.TAsyncConstArrayFunctionResult|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.