TControl

E322648

TControl is a fundamental base class in Delphi's Visual Component Library that provides common behavior and properties for visual components and controls.

All labels observed (6)

Label Occurrences
TControl canonical 2
TCustomControl 1
TCustomPanel 1

How this entity was disambiguated

Statements (68)

Predicate Object
instanceOf Delphi class
VCL base class
category GUI framework class
definedIn Controls unit
hasEvent OnClick
OnContextPopup
OnDblClick
OnMouseDown
OnMouseMove
OnMouseUp
OnResize
hasMethod BringToFront
Hide
Invalidate
Repaint
SendToBack
SetBounds
Show
Update
hasProperty Align
Anchors
Caption
Constraints
Cursor
Enabled
Height
HelpContext
Hint
Left
Parent
ParentShowHint
PopupMenu
ShowHint
Top
Visible
Width
introducedBy Borland Delphi
partOf Delphi Visual Component Library
VCL
linked to: Windows VCL
programmingLanguage Object Pascal
linked to: Pascal
provides common behavior for visual components
common properties for visual controls
superclassOf TCustomButton
TCustomCheckBox
TCustomComboBox
linked to: TComboBox

TCustomControl
linked to: TControl

TCustomEdit
TCustomForm
TCustomGroupBox
TCustomLabel
TCustomListBox
TCustomListView
linked to: TWinControl

TCustomPageControl
TCustomPanel
linked to: TPanel

TCustomProgressBar
linked to: TControl

TCustomRadioButton
TCustomScrollBar
linked to: TControl

TCustomStaticText
linked to: TLabel

TCustomStatusBar
linked to: TWinControl

TCustomTabControl
TCustomTrackBar
linked to: TControl

TCustomTreeView
linked to: TWinControl

TCustomUpDown
TGraphicControl
TWinControl
supports design-time manipulation in IDE
run-time manipulation of position and size
usedFor building visual components in Delphi VCL applications

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

TPanel inheritsFrom TCustomPanel
linked to: TControl
TComponent isBaseClassOf TControl
TControl superclassOf TCustomControl
linked to: TControl
TControl superclassOf TCustomScrollBar
linked to: TControl
TControl superclassOf TCustomTrackBar
linked to: TControl
TControl superclassOf TCustomProgressBar
linked to: TControl