API:System.Classes.TComponent.TAsyncConstArrayProcResult
Revision as of 02:13, 25 November 2014 by BuildBot (talk | contribs) (Created page with "<section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: TComponent'''</li> <li>'''[[System.Classes.TC...")
Delphi
TAsyncConstArrayProcResult = class sealed(TAsyncConstArrayResult)
C++
class PASCALIMPLEMENTATION TAsyncConstArrayProcResult : /*[[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.
System.Classes.TComponent.TAsyncConstArrayProcResult inherits from System.Classes.TBaseAsyncResult. All content below this line refers to System.Classes.TBaseAsyncResult. 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.