Delphi VCL Poems

Type / CategoryNameDescriptionPoem
Standard TButtonTButton is a Delphi component that represents a button control that can be clicked by the user to perform an action.READ
Standard TLabelTLabel is a Delphi component that represents a label control that displays text on a form.READ
Standard TEditTEdit is a Delphi component that represents an edit control that allows the user to enter and edit text.READ
Additional TImageTImage is a Delphi component that represents an image control that displays an image on a form.READ
Standard TComboBoxTComboBox is a Delphi component that represents a combo box control that allows the user to select an item from a list or enter a new value.READ
Standard TMemoTMemo is a Delphi component that represents a memo control that allows the user to enter and edit multiple lines of text.READ
Standard TPanelTPanel is a Delphi component that represents a panel control that can contain other controls and be used to group them together.READ
Standard TListBoxTListBox is a Delphi component that represents a list box control that displays a list of items from which the user can select one or more.READ
Standard TCheckBoxTCheckBox is a Delphi component that represents a check box control that allows the user to select one or more options from a list.READ
Standard TMainMenuTMainMenu is a Delphi component that represents the main menu of an application and contains menu items and submenus.READ
Standard TFormTForm is a Delphi component that represents the form/window of an application and contains other controls.READ
Standard TRadioButtonTRadioButton is a Delphi component that represents an option button control that allows the user to select one option from a group of options.READ
Standard TFrameTFrame is a Delphi component that represents a container for other visual components.READ
Standard TGroupBoxTGroupBox is a Delphi component that represents a group box control that can be used to group related controls together.READ
Standard TPopupMenuTPopupMenu is a Delphi component that represents a pop-up menu control that can be displayed when the user right-clicks on a control or form.READ
Standard TRadioGroupTRadioGroup is a Delphi component that represents a group of radio buttons that are used to select one option from a list of options.READ
Standard TActionListTActionList is a Delphi component that represents a collection of actions that can be used by other components.READ
Win32 TProgressBarTProgressBar is a Delphi component that represents a progress bar control that can be used to display the progress of an operation.READ
Standard TScrollBarTScrollBar is a Delphi component that represents a scroll bar control that allows the user to scroll through the contents of another control.READ
Additional TScrollBoxTScrollBox is a Delphi component that represents a scrollable container control that can contain other controls.READ
Additional TBitBtnTExpander is a Delphi component that represents an expander control that can be used to expand or collapse content within a container.READ
Win32 TTrackBarTTrackBar is a Delphi component that represents a track bar control that allows the user to select a value from a range of values by moving a slider.READ
Windows 10 TToggleSwitchTToggleSwitch is a Delphi component that represents a toggle switch control that can be used to switch between two states (on/off, true/false, etc.).READ
Additional TSplitterTSplitter is a Delphi component that represents a splitter control that can be used to resize two adjacent controls at runtime.READ
Additional TMaskEditTMaskEdit is a Delphi component that represents an edit control that restricts the input to match a specified format.READ
Win32 TStatusBarTStatusBar is a Delphi component that represents a status bar control that displays information about the application’s state.READ
Win32 TToolBarTToolBar is a Delphi component that represents a toolbar control that contains buttons and other controls.READ
Win32 TTreeViewTTreeView is a Delphi component that represents a tree view control that displays a hierarchical list of items.READ
Win32 TListViewTListView is a Delphi component that represents a list view control that displays a collection of items in a list.READ
Win32 TImageListTImageList is a Delphi component that represents a collection of images that can be used by other components.READ
Additional TSpeedButtonTSpeedButton is a Delphi component that represents a button control that is used to execute commands or set modes.READ
Additional TStringGridTStringGrid is a Delphi component that represents a grid control that displays tabular data.READ
Additional TDrawGridTDrawGrid is a Delphi component that represents a grid control that allows the user to draw custom cells.READ
Additional TShapeTShape is a Delphi component that represents a shape control that can display various shapes such as rectangles, ellipses, and polygons.READ
System TMediaPlayerTMediaPlayer is a Delphi component that represents a media player control that can play audio and video files.READ
Additional TBevelTBevel is a Delphi component that represents a bevel control that can be used to create borders around other controls.READ
Additional TCheckListBoxTCheckListBox is a Delphi component that represents a list box control with check boxes next to each item.READ
Samples TCalendarTCalendar is a Delphi component that represents a calendar control that allows the user to select dates.READ
Additional TStaticTextTStaticText is a Delphi component that represents a static text control that displays text without allowing the user to edit it.READ
Additional TLinkLabelTLinkLabel is a Delphi component that represents a label control that can display hyperlinks.READ
Additional TControlBarTControlBar is a Delphi component that represents a control bar that can contain other controls.READ
Additional TApplicationEventsTApplicationEvents is a Delphi component that represents an application events object that can handle various application-level events.READ
Windows 10 TNumberBoxTNumberBox is a Delphi component that represents an edit control that allows the user to enter numeric values.READ
Samples TSpinEditTSpinEdit is a Delphi component that represents an edit control with up and down buttons that allow the user to increment or decrement the value.READ
Standard TComboEditTComboEdit is a Delphi component that represents an edit control with a drop-down list of items.READ
Additional TValueListEditorTValueListEditor is a Delphi component that represents a grid control that allows the user to edit name-value pairs.READ
Additional TLabeledEditTLabeledEdit is a Delphi component that represents an edit control with a label.READ
Additional TButtonedEditTButtonedEdit is a Delphi component that represents an edit control with a button.READ
System TTimerTTimer is a Delphi component that represents a timer object that can generate periodic events.READ
Internet TWebBrowserTWebBrowser is a Delphi component that allows users to embed a web browser into their application.READ

Scroll to Top