TGraphicControl
E1014703
TGraphicControl is a lightweight, non-windowed visual base class in Delphi’s VCL used for creating graphic controls that paint themselves onto their parent.
All labels observed (1)
| Label | Occurrences |
|---|---|
| TGraphicControl canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T13019846 — 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: TGraphicControl Context triple: [TImage, inheritsFrom, TGraphicControl]
-
A.
TControl
TControl is a fundamental base class in Delphi's Visual Component Library that provides common behavior and properties for visual components and controls.
-
B.
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.
-
C.
TPanel
TPanel is a container control in Delphi's Visual Component Library used to group and organize other visual components on a form.
-
D.
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.
-
E.
TImage
TImage is a VCL component in Delphi used to display and manipulate images within graphical user interfaces.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: TGraphicControl Target entity description: TGraphicControl is a lightweight, non-windowed visual base class in Delphi’s VCL used for creating graphic controls that paint themselves onto their parent.
-
A.
TControl
TControl is a fundamental base class in Delphi's Visual Component Library that provides common behavior and properties for visual components and controls.
-
B.
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.
-
C.
TPanel
TPanel is a container control in Delphi's Visual Component Library used to group and organize other visual components on a form.
-
D.
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.
-
E.
TImage
TImage is a VCL component in Delphi used to display and manipulate images within graphical user interfaces.
- F. None of above. chosen
Statements (55)
| Predicate | Object |
|---|---|
| instanceOf |
Delphi VCL class
ⓘ
non-windowed control base class ⓘ visual component class ⓘ |
| baseClassOf |
TImage
NERFINISHED
ⓘ
TLabel ⓘ TPaintBox NERFINISHED ⓘ TShape NERFINISHED ⓘ |
| definedIn | Vcl.Controls unit NERFINISHED ⓘ |
| hasCharacteristic |
cannotReceiveKeyboardFocus
ⓘ
doesNotHaveOwnWindowHandle ⓘ lightweight ⓘ non-windowed ⓘ paintedOnParent ⓘ usesParentForBackground ⓘ usesParentForClipping ⓘ |
| hasEvent |
OnClick
ⓘ
OnContextPopup ⓘ OnDblClick ⓘ OnDragDrop ⓘ OnDragOver ⓘ OnMouseDown ⓘ OnMouseMove ⓘ OnMouseUp ⓘ |
| hasMethod |
Click
ⓘ
DblClick ⓘ DoContextPopup ⓘ Invalidate ⓘ MouseDown ⓘ MouseMove ⓘ MouseUp ⓘ Paint ⓘ Repaint ⓘ SetBounds ⓘ |
| hasProperty |
Action
ⓘ
Align ⓘ Anchors ⓘ Constraints ⓘ Cursor ⓘ Enabled ⓘ Height ⓘ Hint ⓘ Left ⓘ Parent ⓘ ShowHint ⓘ Top ⓘ Visible ⓘ Width ⓘ |
| inheritsFrom | TControl ⓘ |
| introducedFor | creating lightweight graphic controls ⓘ |
| lifecycle | createdWithOwnerComponent ⓘ |
| ownershipModel | ownedByParentFormOrContainer ⓘ |
| partOf | Delphi Visual Component Library NERFINISHED ⓘ |
| programmingLanguage | Object Pascal NERFINISHED ⓘ |
| renderingModel | overrides Paint to draw itself ⓘ |
| usedFor | custom owner-drawn controls ⓘ |
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: TGraphicControl Description of subject: TGraphicControl is a lightweight, non-windowed visual base class in Delphi’s VCL used for creating graphic controls that paint themselves onto their parent.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.