TWinControl

E322649

TWinControl is a fundamental VCL class in Delphi that represents windowed controls capable of receiving input focus, handling Windows messages, and serving as parents for other controls.

All labels observed (5)

Label Occurrences
TWinControl canonical 8
TCustomListView 1
TCustomStatusBar 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf Delphi class ⓘ
VCL class ⓘ
definedIn Delphi RTL/VCL ⓘ
handles Windows messages (e.g. WM_PAINT, WM_SIZE, WM_COMMAND) ⓘ
hasCapability canActAsParentControl ⓘ
canContainChildControls ⓘ
canCreateAndOwnWindowHandle ⓘ
canHandleWindowsMessages ⓘ
canReceiveInputFocus ⓘ
hasLanguage Object Pascal ⓘ
linked to: Pascal
hasMethod CanFocus ⓘ
CreateParams ⓘ
CreateWnd ⓘ
DefaultHandler ⓘ
DestroyWnd ⓘ
HandleAllocated ⓘ
HandleNeeded ⓘ
Invalidate ⓘ
Perform ⓘ
Repaint ⓘ
SetBounds ⓘ
SetFocus ⓘ
Update ⓘ
WndProc ⓘ
hasProperty ControlCount ⓘ
Controls ⓘ
Enabled ⓘ
Handle ⓘ
HandleAllocated ⓘ
Parent ⓘ
Showing ⓘ
TabOrder ⓘ
TabStop ⓘ
Visible ⓘ
inheritsFrom TControl ⓘ
introducedBy Borland Delphi ⓘ
isAncestorOf TButton ⓘ
TComboBox ⓘ
TCustomForm ⓘ
TEdit ⓘ
TForm ⓘ
TGroupBox ⓘ
TListBox ⓘ
TListView ⓘ
TMemo ⓘ
TPageControl ⓘ
TPanel ⓘ
TRadioGroup ⓘ
TScrollBox ⓘ
TTabSheet ⓘ
TTreeView ⓘ
linked to: TWinControl
partOf Delphi VCL (Visual Component Library) ⓘ
runsOn Microsoft Windows ⓘ
linked to: Windows
usedIn GUI applications built with Delphi VCL ⓘ

How these facts were elicited

Referenced by (12)

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

Visual Component Library → coreClass → TWinControl ⓘ
TComponent → isBaseClassOf → TWinControl ⓘ
TControl → superclassOf → TCustomListView ⓘ
linked to: TWinControl
TControl → superclassOf → TCustomTreeView ⓘ
linked to: TWinControl
TControl → superclassOf → TCustomStatusBar ⓘ
linked to: TWinControl
TWinControl → isAncestorOf → TTreeView ⓘ
linked to: TWinControl
TDBNavigator → hasSuperclass → TWinControl ⓘ
TCustomButton → inheritsFrom → TWinControl ⓘ
TCustomListBox → inheritsFrom → TWinControl ⓘ
TCustomTabControl → inheritsFrom → TWinControl ⓘ
TCustomPageControl → inheritsFrom → TWinControl ⓘ
TGroupBox → inheritsFrom → TWinControl ⓘ