VCL control
C32337
concept
A VCL control is a visual or non-visual component in the Visual Component Library that encapsulates user interface elements and behavior for Delphi or C++Builder applications.
All labels observed (9)
| Label | Occurrences |
|---|---|
| VCL control canonical | 5 |
| C++Builder component | 1 |
| Delphi VCL unit | 1 |
| base class for radio button controls | 1 |
| checkbox control | 1 |
| data-aware edit control | 1 |
| list box control base | 1 |
| list view control | 1 |
| non-windowed control base class | 1 |
Description generation (CDg)
The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.
Instruction
generate a one-sentence description for a given conceptual class. # Response Format Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: VCL control
Generated description
A VCL control is a visual or non-visual component in the Visual Component Library that encapsulates user interface elements and behavior for Delphi or C++Builder applications.
Instances (12)
| Instance | Via concept surface |
|---|---|
| Vcl.ExtCtrls | Delphi VCL unit |
| TDBEdit | data-aware edit control |
| TGraphicControl | non-windowed control base class |
| TCustomListBox | list box control base |
| TCustomRadioButton | base class for radio button controls |
| TListView | — |
| TScrollBox | — |
| TGroupBox | — |
| TButton | — |
| TComboBox | — |
| MatCheckbox | checkbox control |
| RTL (Run-Time Library) | C++Builder component |