Vcl.Controls.TWinControl.FAsyncList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAsyncList: TList;

C++

System::Classes::TList* FAsyncList;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Internal TList that stores pending asynchronous method calls for the control.

The asynchronous method calls refer to instances of:

See Also