TCustomButton
E1014712
TCustomButton is a base class in Delphi’s VCL/LCL frameworks that provides the core behavior and properties for creating customizable button controls from which more specialized button components are derived.
All labels observed (1)
| Label | Occurrences |
|---|---|
| TCustomButton canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T13020068 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: TCustomButton Context triple: [TControl, superclassOf, TCustomButton]
-
A.
TButton
TButton is a standard clickable button control used in the Visual Component Library (VCL) for building graphical user interfaces in Delphi and C++Builder applications.
-
B.
TButton
TButton is a standard clickable button component in the Lazarus Component Library used to trigger actions in graphical user interfaces.
-
C.
TWinControl
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.
-
D.
TPanel
TPanel is a container control in Delphi's Visual Component Library used to group and organize other visual components on a form.
-
E.
TComponent
TComponent is the fundamental base class in Delphi’s Visual Component Library from which most non-visual and visual components inherit, providing common functionality such as ownership, streaming, and component management.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: TCustomButton Target entity description: TCustomButton is a base class in Delphi’s VCL/LCL frameworks that provides the core behavior and properties for creating customizable button controls from which more specialized button components are derived.
-
A.
TButton
TButton is a standard clickable button control used in the Visual Component Library (VCL) for building graphical user interfaces in Delphi and C++Builder applications.
-
B.
TButton
TButton is a standard clickable button component in the Lazarus Component Library used to trigger actions in graphical user interfaces.
-
C.
TWinControl
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.
-
D.
TPanel
TPanel is a container control in Delphi's Visual Component Library used to group and organize other visual components on a form.
-
E.
TComponent
TComponent is the fundamental base class in Delphi’s Visual Component Library from which most non-visual and visual components inherit, providing common functionality such as ownership, streaming, and component management.
- F. None of above. chosen
Statements (51)
| Predicate | Object |
|---|---|
| instanceOf |
base button class
ⓘ
class ⓘ |
| category |
GUI control
ⓘ
button control ⓘ |
| designPurpose | base for custom button components ⓘ |
| framework |
LCL
NERFINISHED
ⓘ
VCL NERFINISHED ⓘ |
| hasEvent |
OnClick
ⓘ
OnDblClick ⓘ OnKeyDown ⓘ OnKeyPress ⓘ OnKeyUp ⓘ OnMouseDown ⓘ OnMouseMove ⓘ OnMouseUp ⓘ |
| hasMethod |
Click
ⓘ
Invalidate ⓘ SetBounds ⓘ |
| hasProperty |
Anchors
ⓘ
Cancel ⓘ Caption ⓘ Constraints ⓘ Default ⓘ Enabled ⓘ ModalResult ⓘ ParentShowHint ⓘ ShowHint ⓘ TabOrder ⓘ TabStop ⓘ Visible ⓘ |
| inheritsFrom |
TControl
ⓘ
TWinControl NERFINISHED ⓘ |
| partOf |
Delphi VCL
NERFINISHED
ⓘ
Lazarus LCL NERFINISHED ⓘ |
| platform |
Windows
ⓘ
cross-platform (via LCL) ⓘ |
| programmingLanguage | Object Pascal NERFINISHED ⓘ |
| provides |
click handling
ⓘ
core button behavior ⓘ default and cancel button behavior ⓘ focus handling ⓘ keyboard interaction ⓘ mouse interaction ⓘ |
| superclassOf |
TBitBtn
NERFINISHED
ⓘ
TButton ⓘ TSpeedButton NERFINISHED ⓘ TToolButton NERFINISHED ⓘ |
| usedIn |
Delphi
NERFINISHED
ⓘ
Lazarus IDE NERFINISHED ⓘ Object Pascal NERFINISHED ⓘ |
| visibility | not normally placed directly on forms at design time ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: TCustomButton Description of subject: TCustomButton is a base class in Delphi’s VCL/LCL frameworks that provides the core behavior and properties for creating customizable button controls from which more specialized button components are derived.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.