Vcl.Controls.TWinControl.AsyncSchedule

From RAD Studio API Documentation
Jump to: navigation, search

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 TWinControl

Description


Schedules asynch method calls.

Vcl.Controls.TWinControl.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.

See Also