TPanel

E322637

TPanel is a container control in Delphi's Visual Component Library used to group and organize other visual components on a form.

All labels observed (2)

Label Occurrences
TPanel canonical 2
TCustomPanel 1

How this entity was disambiguated

Statements (53)

Predicate Object
instanceOf Delphi VCL class
container control
canContain other VCL controls
category Standard controls
definedIn ExtCtrls unit
framework Delphi (programming language)
surface form: Delphi VCL
hasEvent OnClick
OnDblClick
OnDragDrop
OnDragOver
OnMouseDown
OnMouseEnter
OnMouseLeave
OnMouseMove
OnMouseUp
OnResize
hasProperty Align
Alignment
Anchors
BevelInner
BevelOuter
BevelWidth
BorderWidth
Caption
Color
Enabled
Font
ParentBackground
ParentColor
ParentFont
ShowCaption
TabOrder
TabStop
UseDockManager
Visible
inheritsFrom TControl
surface form: TCustomPanel
partOf Delphi (programming language)
surface form: Delphi Visual Component Library
platform Windows desktop applications
programmingLanguage Pascal
surface form: Object Pascal
supports alignment of child controls
alignment via Align property
anchoring of child controls
bevel drawing
border styles
caption display
color customization
font customization
parent background painting
tab order for child controls
typicalUse creating visual sections on a form
grouping related input controls
usedFor grouping visual controls
organizing controls on a form

How these facts were elicited

Referenced by (3)

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

TControl superclassOf TPanel
this entity surface form: TCustomPanel