Standard tab

From Lazarus wiki
Revision as of 20:37, 9 September 2018 by Wp (talk | contribs) (Add link to Online Docs for components on Standard palette)
Jump to navigationJump to search

English (en) español (es) suomi (fi) français (fr) 日本語 (ja) polski (pl) русский (ru)

The Standard tab on the Component Palette lists elementary components for use on a form.

size="100%"

Icon Component Description Online Docs
tmainmenu.png TMainMenu a menu at the top of the form Link
tpopupmenu.png TPopupMenu arranges a menu that may popup on predefined events Link
tbutton.png TButton displays a (text) button Link
tlabel.png TLabel displays a label Link
tedit.png TEdit (text) edit field Link
tmemo.png TMemo an area where multiline scrollable text can be displayed/edited Link
ttogglebox.png TToggleBox a two state labeled button that is enabled or disabled with a single click. Link
tcheckbox.png TCheckBox an active checkbox field Link
tradiobutton.png TRadioButton a radio-button field to be used in conjunction with other TRadioButtons Link
tlistbox.png TListBox shows a list of strings where user can make a selection from Link
tcombobox.png TComboBox a combination of an edit field with a connected drop down list to choose from. Link
tscrollbar.png TScrollBar allows the user to scroll the content of an associated control by moving an slider. Link
tgroupbox.png TGroupBox a container that allows a number of objects to be grouped physically and conceptually on a form Link
tradiogroup.png TRadioGroup a group of related but mutually exclusive TRadioButtons, requiring the user to select one of a set of alternatives. It's like a TGroupBox with integrated TRadioButtons Link
tcheckgroup.png TCheckGroup a group of TCheckBox items physically and logically grouped together on a container component. Link
tpanel.png TPanel a visible container for other components Link
tframe.png TFrame a container for components that can be embedded into forms or other frames Link
tactionlist.png TActionList a list of TActions to centralize menu/mouse/keyboard handling Link

See also

Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro