Vcl.ControlList.TControlList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ControlList.TCustomControlListVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlList

Delphi

TControlList = class(TCustomControlList)

C++

class PASCALIMPLEMENTATION TControlList : public TCustomControlList

Properties

Type Visibility Source Unit Parent
class public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList Vcl.ControlList

Description

TControlList is a high performance, virtualized list control, which can be used with very long lists.

TControlList allows you to define the content by designing one of the elements of the list using TGraphicControl descendants.

See Also