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 unit
surface form: Vcl.StdCtrls
framework Windows VCL
surface form: 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 TComboBox self-linksurface differs
surface form: TCustomComboBox
partOf Delphi (programming language)
surface form: Delphi VCL standard controls palette
platform Windows
programmingLanguage Delphi (programming language)
surface form: 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 TComboBox self-linksurface differs
this entity surface form: TCustomComboBox
TControl superclassOf TComboBox
this entity surface form: TCustomComboBox
TWinControl isAncestorOf TComboBox