Vcl.Controls.TControl.AsyncSchedule
Delphi
procedure AsyncSchedule(const AsyncResult: TBaseAsyncResult); override;
C++
virtual void __fastcall AsyncSchedule(System::Classes::TBaseAsyncResult* const AsyncResult);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Schedules asynch method calls.
Vcl.Controls.TControl.AsyncSchedule inherits from System.Classes.TComponent.AsyncSchedule. All content below this line refers to System.Classes.TComponent.AsyncSchedule.
Schedules asynch method calls.
By default, AsyncSchedule uses Queue in order to queue the asynch method call with the main thread.
Override AsyncSchedule in descendant components in order to modify the management of the asynchronous scheduling.