System.Classes.TComponent.TAsyncConstArrayFunctionResult.AsyncDispatch

From RAD Studio API Documentation
Revision as of 18:16, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure AsyncDispatch; override;

C++

virtual void __fastcall AsyncDispatch();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TAsyncConstArrayFunctionResult

Description

Override this method to dispatch the actual asynchronous procedure call.

System.Classes.TComponent.TAsyncConstArrayFunctionResult.AsyncDispatch inherits from System.Classes.TBaseAsyncResult.AsyncDispatch. All content below this line refers to System.Classes.TBaseAsyncResult.AsyncDispatch. Override this method to dispatch the actual asynchronous procedure call.

Descendants pass any context or other state information that the instance contains to this method.

DoAsyncDispatch calls AsyncDispatch.

See Also