System.Classes.TBaseAsyncResult.Dispatch
Delphi
class procedure Dispatch(const AsyncResult: TBaseAsyncResult); reintroduce; static; inline;
C++
static void __fastcall Dispatch(TBaseAsyncResult* const AsyncResult);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
Les descendants (comme TControl) appellent cette méthode pour appeler la méthode asynchrone après l'affichage d'un message Windows.
Dispatch attend un paramètre, AsyncResult
. Dispatch appelle la méthode DoAsyncDispatch du paramètre AsyncResult
spécifié.