Vcl.Controls.TWinControl.FAsyncList
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:
- TWinControl
- Descendants of TControl