TCustomTabControl

E1014717

TCustomTabControl is a VCL base class in Delphi that provides the core functionality and behavior for tabbed controls, such as tab sheets and tabbed interfaces.

All labels observed (3)

Label Occurrences
TCustomTabControl canonical 2
TTabControl 2
TPageControl 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Delphi class ⓘ
VCL base class ⓘ
tab control base class ⓘ
ancestorOf TPageControl ⓘ
linked to: TCustomTabControl

TTabControl ⓘ
linked to: Vcl.ComCtrls unit
definedIn Vcl.ComCtrls unit ⓘ
designedFor subclassing by higher-level tab controls ⓘ
framework VCL ⓘ
hasEvent OnChange ⓘ
OnChanging ⓘ
OnDrawTab ⓘ
OnGetImageIndex ⓘ
hasMethod IndexOfTabAt ⓘ
RowCount ⓘ
ScrollTabs ⓘ
TabRect ⓘ
UpdateTabImages ⓘ
hasProperty HotTrack ⓘ
Images ⓘ
MultiLine ⓘ
OwnerDraw ⓘ
RaggedRight ⓘ
Style ⓘ
TabHeight ⓘ
TabIndex ⓘ
TabPosition ⓘ
TabStop ⓘ
TabVisible ⓘ
TabWidth ⓘ
Tabs ⓘ
inheritsFrom TWinControl ⓘ
introducedIn early Delphi VCL versions ⓘ
language Object Pascal ⓘ
manages tab drawing ⓘ
tab layout ⓘ
tab navigation ⓘ
partOf Delphi VCL ⓘ
platform Windows ⓘ
requires Windows common controls ⓘ
supports multiple tabs ⓘ
owner-draw tabs ⓘ
tab hints ⓘ
tab images ⓘ
tab reordering ⓘ
tab selection ⓘ
usedFor creating tabbed interfaces ⓘ
implementing tabbed controls ⓘ
managing tab sheets ⓘ

How these facts were elicited

Referenced by (5)

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

TControl → superclassOf → TCustomTabControl ⓘ
TImageList → usedBy → TTabControl ⓘ
linked to: TCustomTabControl
TCustomTabControl → ancestorOf → TPageControl ⓘ
linked to: TCustomTabControl
TCustomPageControl → ancestorOf → TTabControl ⓘ
linked to: TCustomTabControl
TCustomPageControl → inheritsFrom → TCustomTabControl ⓘ