Vcl.ControlList.TControlListControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlListControl

Delphi

TControlListControl = class(TGraphicControl)

C++

class PASCALIMPLEMENTATION TControlListControl : public Vcl::Controls::TGraphicControl

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.

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

See Also