TComboBox

E322638

TComboBox is a VCL GUI control in Delphi that combines an edit box with a drop-down list, allowing users to either select from predefined items or enter their own text.

All labels observed (2)

Label Occurrences
TComboBox canonical 2
TCustomComboBox 2

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Delphi class
GUI component
VCL control
allowsFreeTextEntry true
category standard control
definedInUnit Vcl.StdCtrls
linked to: VCL.StdCtrls unit
framework VCL
linked to: Windows VCL
hasAncestor TControl
TObject
TPersistent
TWinControl
hasProperty DropDownCount
ItemHeight
ItemIndex
Items
OnChange
OnClick
OnCloseUp
OnDropDown
OnEnter
OnExit
OnKeyDown
OnKeyPress
OnKeyUp
OnSelect
Sorted
Style
Text
hasStyleValue csDropDown
csDropDownList
csSimple
inheritsFrom TCustomComboBox
linked to: TComboBox
partOf Delphi VCL standard controls palette
platform Windows
programmingLanguage Delphi
provides drop-down list
editable text box
supportsAlignment true
supportsDataType string items
supportsEnabledProperty true
supportsItemSelection true
supportsOwnerDraw true
supportsParentColor true
supportsParentFont true
supportsTabOrder true
supportsUserInput true
supportsVisibleProperty true
usedFor entering custom text
selecting from predefined options

How these facts were elicited

Referenced by (4)

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

TComboBox inheritsFrom TCustomComboBox
linked to: TComboBox
TControl superclassOf TCustomComboBox
linked to: TComboBox
TWinControl isAncestorOf TComboBox