Icon Standard Controls

The following are the visual controls in the standard component library. They are grouped and ordered by the category in which they are installed and displayed in the component library in the IDE. Most of the visual controls are capable of being bound to a dataset. Please see the Binding Controls to DataSets topic for more information.

Labels
The label controls are used for displaying text in various ways.

ControlDescription
Image TLabelLabel control
Image THTMLLabelHTML label control
Image TBalloonLabelBalloon label control
Image TAlertLabelAlert label control

Buttons
The button controls are used for taking an action when the control is clicked and can use both text and icons to convey the type of action.

ControlDescription
Image TButtonButton control
Image TDialogButtonDialog button control
Image TIconButtonIcon button control

Edits
Edit controls are used to display and edit data in various ways.

ControlDescription
Image TCheckBoxCheck box control
Image TRadioButtonRadio button control
Image TEditSingle-line edit control
Image TPasswordEditSingle-line password edit control
Image TMultiLineEditMulti-line edit control
Image TListBoxList box control
Image TCalendarCalendar control
Image TButtonComboBoxButton combo box control
Image TEditComboBoxEditable combo box control
Image TDateEditComboBoxEditable date combo box control
Image TDialogEditComboBoxEditable dialog combo box control
Image TFileComboBoxFile upload combo box control

Grids
Grid controls are used to display and edit data inline in a tabular form.

ControlDescription
Image TGridGrid control

Containers
Container controls are used to group together controls within a parent control:

ControlDescription
Image THeaderPanelHeader panel control
Image TScrollPanelScrollable panel control
Image TBasicPanelBasic panel control
Image TGroupPanelGroup panel control with caption
Image TPanelPanel control with caption bar
Image TPagePanelPaged panel control
Image TSizerSizer control

Graphics
Graphic controls are used for displaying images or providing a canvas for drawing/painting operations:

ControlDescription
Image TImageImage control
Image TIconIcon control
Image TAnimatedIconAnimated icon control
Image TPaintPainting control with canvas
Image TSlideShowSlide-show control

Indicators
Indicator controls show progress and other types of graphic information:

ControlDescription
Image TProgressBarProgress bar control

Multimedia
Multimedia controls allow the playback of both audio and video:

ControlDescription
Image TAudioAudio playback control
Image TVideoVideo playback control

Menus
Menu controls are used for displaying a list of focusable and selectable menu items:

ControlDescription
Image TMenuMenu control
Image TMenuBarMenu bar control

ToolBars
Toolbar controls are groups of non-focusable buttons contained within a parent control:

ControlDescription
Image TToolBarToolbar control
Image TDataSetToolBarDataset toolbar control

Browser
Browser controls are encapsulations of various types of legacy browser functionality:

ControlDescription
Image THTMLFormHTML form control
Image TLinkLink control
Image TBrowserHTML document display control
Image TPluginPlugin control
Image TMapGoogle Maps control
Image