TCustomListBox

E1014713

TCustomListBox is a Delphi VCL base class that provides core list box functionality, intended to be subclassed for creating customized list box controls.

All labels observed (2)

Label Occurrences
TCustomListBox canonical 2
TCustomMultiSelectListControl 1

How this entity was disambiguated

Statements (55)

Predicate Object
instanceOf Delphi VCL class
base class
list box control base
category GUI control
list control
definedIn Vcl.StdCtrls unit
linked to: VCL.StdCtrls unit
framework VCL
hasDescendant TListBox
hasProperty Align
Anchors
BorderStyle
Columns
Ctl3D
Enabled
ExtendedSelect
IntegralHeight
ItemHeight
ItemIndex
Items
MultiSelect
OnClick
OnDblClick
OnDrawItem
OnKeyDown
OnKeyPress
OnKeyUp
OnMeasureItem
OnMouseDown
OnMouseMove
OnMouseUp
ParentCtl3D
Sorted
Style
TabOrder
TabStop
TabWidth
Visible
inheritsFrom TComponent
TControl
TCustomListControl
TCustomMultiSelectListControl
linked to: TCustomListBox

TWinControl
intendedUsage to be subclassed
library Delphi VCL
platform Windows
programmingLanguage Delphi
Object Pascal
provides core list box functionality
supportsFeature extended selection
multi-selection
owner-draw items
sorted items
variable item height
usedFor creating customized list box controls
wrapsAPI Windows list box control

How these facts were elicited

Referenced by (3)

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

TControl superclassOf TCustomListBox
VCL.StdCtrls provides TCustomListBox
subject linked to: VCL.StdCtrls unit
TCustomListBox inheritsFrom TCustomMultiSelectListControl
linked to: TCustomListBox