Widgets


Here is a list of all controls and components (also known as widgets) available in the all framework packages in the order they appear in Form Builder.

Tabs:


Standard

Image list component icon

ImageList

Stores list of images.
Timer component icon

Timer

Start jobs periodically.
Bevel control icon

Bevel

Decorate control which can add borders and frames.
BitBtn control icon

BitBtn

Button control which adds additional behaviour to modal forms.
Button control icon

Button

Button control.
CheckBox control icon

CheckBox

CheckBox control.
CheckListBox control icon

CheckListBox

Control which manages list of check boxes.
ColorBox control icon

ColorBox

Dropdown with colors.
ColorListBox control icon

ColorListBox

List of colors.
Container control icon

Container

Simple control which is used as container for other controls.
DrawGrid widget icon

DrawGrid

Table view using with custom cell drawing.
DropDown control icon

DropDown

DropDown control.
Edit control icon

Edit

Single line text input.
FormStyleSolid control icon

FormStyleSolid

Customize form's header and borders using solid colors.
Frame control icon

Frame

Provides "form inside form".
GroupBox control icon

GroupBox

Container for nice grouping controls with title.
HotKey control icon

HotKey

Allows to specify key combination.
Image control icon

Image

Shows image.
Label control icon

Label

Displays single or multiline static texts.
ListBox control icon

ListBox

Provides management of list of simple items.
MainMenu control icon

MainMenu

Adds menu for your forms.
MaskEdit control icon

MaskEdit

Control for single line text input restricted to specified pattern.
Memo control icon

Memo

Multiline text input.
PageControl control icon

PageControl

Allows to group controls and switch between groups.
PaintBox control icon

PaintBox

Provide ability to draw on itself.
Panel control icon

Panel

Grouping and decorating control.
PasswordEdit control icon

PaswordEdit

Single line password input.
PopupMenu control icon

PopupMenu

Adds popup menus.
ProgressBar control icon

ProgressBar

Control for displaying progress of long tasks.
RadioButton control icon

RadioButton

Control which allow to select only one options from set.
ScrollBar control icon

ScrollBar

Vertical and horizontal scrollbars.
ScrollBox control icon

ScrollBox

Container control which allow to scroll its content.
SpeedButton control icon

SpeedButton

Simple buttons which allow to select only one in set.
Splitter control icon

Splitter

Helper control to provide areas size of form changing by dragging.
StatusBar control icon

StatusBar

Add status bar to the bottom of form.
StringGrid widget icon

StringGrid

Table view with editable cells.
Toggle control icon

Toggle

Simple button widget with two states "on" and "off".
ToolBar control icon

ToolBar

Control which align its child controls in specified way.
TrackBar control icon

TrackBar

This control allows to set a value from specified range.
TreeView control icon

TreeView

Represents data as tree.
UpDown control icon

UpDown

Represents integer value which can be changed visually by increasing and descreasing and also allows to assign itself to Edit control to show/edit stored value.

Additional

AdminRights component icon

AdminRights

Provide ability to check whether application has administrative privileges and request running it with them.
Logger component icon

Logger

Provide ability to write useful information in text files.
SimpleXML component icon

SimpleXML

Provide ability to work with simple XML data.
TaskBarProgress component icon

TaskBarProgress

This component allows to manipulate progress bar located over the window caption in task bar.
TrayIcon component icon

TryIcon

Widget for adding icon to system tray and managing notifications.
AlphaBar control icon

AlphaBar

Provides selection of alpha component of color.
CoolBar control icon

CoolBar

Container widget with ability to arrange UI at runtime.
DatePicker control icon

DatePicker

Powerfull control allowing to select a date.
DialogBoxEx control icon

DialogBoxEx

Widgets which work as a form inside form or another widget.
DirectoryTree control icon

DirectoryTree

Represents file system directory structure.
DriveDropDown control icon

DriveDropDown

Provides drop down with list of mounted volumes(drives).
EditCalc control icon

EditCalc

Text input widget with ability to calculate typed mathematical expression.
FileList control icon

FileList

Display list of files at specified directory.
GradientEditor control icon

GradientEditor

Control for simple visual gradient management.
GroupFold control icon

GroupFold

Container widget which allows to show and hide child widgets.
HSVBar control icon

HSVBar

Provides selection of value component of color.
HSVPlane control icon

HSVPlane

Provides selection of hue and saturation component of color.
IconButton control icon

IconButton

The control is a simple button with icon and no caption.
ImageListEditor control icon

ImageListEditor

Provides visual represention and editor of images of associated ImageList.
MonthCalendar control icon

MonthCalendar

Adds month calendar to your applications.
MultiButton control icon

MultiButton

Button widget with ability to choose active button from list at runtime.
ScrollBarLite control icon

ScrollBarLite

Vertical and horizontal simple scrollbars.
ScrollList control icon

ScrollList

Scrollable left-to-right or top-to-bottom aligned list of widgets.
Select control icon

Select

Filterable dropdown with categories and regular items.
Shape control icon

Shape

Static decoration widget drawing some geometric shapes.
TimePicker control icon

TimePicker

This control allows to select time.
TrackRange control icon

TrackRange

This control allows to select subrange from specified range.
UpDownEx control icon

UpDownEx

Represents float value which can be changed visually by increasing and descreasing and also allows to assign itself to Edit control to show/edit stored value.
ValueListEditor widget icon

ValueListEditor

Key-value pair editor.

Dialogs

Color dialog icon

ColorDialog

Provides access to color selection dialog.
Search dialog icon

FindDialog

Provides access to text find dialog.
Search and replace dialog icon

ReplaceDialog

Provides access to search and replace text dialog.

SysDialogs

System browse folder dialog icon

SysBrowseFolderDialog

Provides access to system browse folder dialog.
System select color dialog icon

SysColorDialog

Provides access to system color selection dialog.
System choose and setup font dialog icon

SysFontDialog

Provides access to system font parameters dialog.
System open file dialog icon

SysOpenDialog

Provides access to system file open dialog.
System open picture file dialog icon

SysOpenPictureDialog

Provides access to system picture file open dialog.
System page setup for printing dialog icon

SysPageSetupDialog

Provides access to system page setup for printing dialog.
System printer setup dialog icon

SysPrintDialog

Provides access to system print setup dialog.
System save file dialog icon

SysSaveDialog

Provides access to system file save dialog.
System save picture file dialog icon

SysSavePictureDialog

Provides access to system picture file save dialog.

Internet

TCPClient component icon

TCPClient

Allows to connect and comunicate with another machines over TCP protocol.
TCPServer component icon

TCPServer

Provides TCP server functionality for application.

Charts

LineChart control icon

LineChart

Draw data set in form of chart having points connected by stright lines.
SplineChart control icon

SplineChart

Draw data set in form of chart having points connected by bezier splines.
SteppedLineChart control icon

SteppedLineChart

Draw data set in form of stepped line chart.
BarChart control icon

BarChart

Draw data set in form of bar chart.
MultiBarChart control icon

MultiBarChart

Draw data set in form of multiple bars chart.
StackedBarChart control icon

StackedBarChart

Draw data set in form of bar chart where each bar is devided into zones.
ForexChart control icon

ForexChart

Chart widget drawing forex data.
DoughnutChart control icon

DoughnutChart

Draw data set in form of doughnut chart.
SemiDoughnutChart control icon

SemiDoughnutChart

Draw data set in form of semi doughnut chart.
PieChart control icon

PieChart

Draw data set in form of pie chart.
SemiPieChart control icon

SemiPieChart

Draw data set in form of semi pie chart.
PolarAreaChart control icon

PolarAreaChart

Draw data set in form of polar area chart.
RadarChart control icon

RadarChart

Draw data set in form of radar chart.

3D

View widget icon

View

3D view control.
Plane widget icon

Plane

3D plane primitive.
Circle widget icon

Circle

3D circle primitive.
Disk widget icon

Disk

3D disk primitive.
Box widget icon

Box

3D box primitive.
Pyramid widget icon

Pyramid

3D pyramid primitive.
Cone widget icon

Cone

3D cone primitive.
Cylinder widget icon

Cylinder

3D cylinder primitive.
Tube widget icon

Tube

3D tube primitive.
Sphere widget icon

Sphere

3D sphere primitive.
Torus widget icon

Torus

3D torus primitive.
Heightmap widget icon

Heightmap

Control for representing images as 3D landscape/terrain/heightmap.
JsonMesh widget icon

JosnMesh

Control which can load 3D object from simple JSON encoded file.
Mesh widget icon

Mesh

Custom 3D geometry control.
3DObject widget icon

3DObject

Custom 3D object widget.

3D Material

SolidMaterial widget icon

SolidMaterial

No lighting, plain colored shader material for 3D controls.
CheckerMaterial widget icon

CheckerMaterial

Checker texture material for 3D controls.
GouraudMaterial widget icon

GouraudMaterial

Gouraud lighting shader material for 3D controls.
PhongMaterial widget icon

PhongMaterial

Phong lighting shader material for 3D controls.
BlinnPhongMaterial widget icon

BlinnPhongMaterial

Blinn-Phong lighting shader material for 3D controls.
RimMaterial widget icon

RimMaterial

Rim lighting shader material for 3D controls.
CustomMaterial widget icon

CustomMaterial

Custom shader material for 3D controls.

IDE

EventEditor widget icon

EventEditor

Allows to edit events and event lists.
PropertyEditor widget icon

PropertyEditor

Allows to edit properties and property lists.
FormView widget icon

FormView

Display form's layout.
FormEditor widget icon

FormEditor

Manager of form widgets.
HierarchyEditor widget icon

HierarchyEditor

Represents form's widgets hierarchy.
ViewCross widget icon

ViewCross

Splits resizable area between 4 widgets.
ViewH1H2 widget icon

ViewH1H2

Splits resizable area between 3 widgets.
ViewH1H2L widget icon

ViewH1H2L

Splits resizable area between 4 widgets.
ViewH1H2R widget icon

ViewH1H2R

Splits resizable area between 4 widgets.
ViewH1H3 widget icon

ViewH1H3

Splits resizable area between 4 widgets.
ViewH2 widget icon

ViewH2

Splits resizable area between 2 widgets.
ViewH2H1 widget icon

ViewH2H1

Splits resizable area between 3 widgets.
View widgetH2H2 icon

ViewH2H2

Splits resizable area between 4 widgets.
ViewH2LH1 widget icon

ViewH2LH1

Splits resizable area between 4 widgets.
ViewH2RH1 widget icon

ViewH2RH1

Splits resizable area between 4 widgets.
ViewH3 widget icon

ViewH3

Splits resizable area between 3 widgets.
ViewH3H1 widget icon

ViewH3H1

Splits resizable area between 4 widgets.
ViewV1V2 widget icon

ViewV1V2

Splits resizable area between 3 widgets.
ViewV1V2B widget icon

ViewV1V2B

Splits resizable area between 4 widgets.
ViewV1V2T widget icon

ViewV1V2T

Splits resizable area between 4 widgets.
ViewV1V3 widget icon

ViewV1V3

Splits resizable area between 4 widgets.
ViewV2 widget icon

ViewV2

Splits resizable area between 2 widgets.
ViewV2BV1 widget icon

ViewV2BV1

Splits resizable area between 4 widgets.
ViewV2TV1 widget icon

ViewV2TV1

Splits resizable area between 4 widgets.
ViewV2V1 widget icon

ViewV2V1

Splits resizable area between 3 widgets.
ViewV2V2 widget icon

ViewV2V2

Splits resizable area between 4 widgets.
ViewV3 widget icon

ViewV3

Splits resizable area between 3 widgets.
ViewV3V1 widget icon

ViewV3V1

Splits resizable area between 4 widgets.