Vcl.ControlList.TControlListCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ControlList.TControlListControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlListCheckBox

Delphi

TControlListCheckBox = class(TControlListControl)

C++

class PASCALIMPLEMENTATION TControlListCheckBox : public TControlListControl

Properties

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

Description

TControlListControl is a special class inherited from TGraphicControl.

Vcl.ControlList.TControlListCheckBox inherits from Vcl.ControlList.TControlListControl. All content below this line refers to Vcl.ControlList.TControlListControl.

TControlListControl is a special class inherited from TGraphicControl.

TControlListControl can create new controls that inherit from TControlListControl class and can use mouse events for their items.

See Also