Standard tab: Difference between revisions

From Lazarus wiki
Jump to navigationJump to search
No edit summary
(Add link to Online Docs for components on Standard palette)
Line 7: Line 7:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Icon !! Component !! Description
! Icon !! Component !! Description !! Online Docs
|-
|-
| [[Image:tmainmenu.png]]    || [[TMainMenu]]  || a menu at the top of the form
| [[Image:tmainmenu.png]]    || [[TMainMenu]]  || a menu at the top of the form
||[http://lazarus-ccr.sourceforge.net/docs/lcl/menus/tmainmenu.html Link]
|-
|-
| [[Image:tpopupmenu.png]]  || [[TPopupMenu]] || arranges a menu that may popup on predefined events
| [[Image:tpopupmenu.png]]  || [[TPopupMenu]] || arranges a menu that may popup on predefined events
||[http://lazarus-ccr.sourceforge.net/docs/lcl/menus/tpopupmenu.html Link]
|-
|-
| [[Image:tbutton.png]]      || [[TButton]]    || displays a (text) button
| [[Image:tbutton.png]]      || [[TButton]]    || displays a (text) button  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tbutton.html Link]
|-
|-
| [[Image:tlabel.png]]      || [[TLabel]]    || displays a label  
| [[Image:tlabel.png]]      || [[TLabel]]    || displays a label  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tlabel.html Link]
|-  
|-  
| [[Image:tedit.png]]        || [[TEdit]]      || (text) edit field
| [[Image:tedit.png]]        || [[TEdit]]      || (text) edit field
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tedit.html Link]
|-
|-
| [[Image:tmemo.png]]        || [[TMemo]]      || an area where multiline scrollable text can be displayed/edited
| [[Image:tmemo.png]]        || [[TMemo]]      || an area where multiline scrollable text can be displayed/edited
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tmemo.html Link]
|-
|-
| [[Image:ttogglebox.png]]  || [[TToggleBox]]  || a two state labeled button that is enabled or disabled with a single click.  
| [[Image:ttogglebox.png]]  || [[TToggleBox]]  || a two state labeled button that is enabled or disabled with a single click.  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/ttogglebox.html Link]
|-
|-
| [[Image:tcheckbox.png]]    || [[TCheckBox]]    || an active checkbox field
| [[Image:tcheckbox.png]]    || [[TCheckBox]]    || an active checkbox field
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tcheckbox.html Link]
|-
|-
| [[Image:tradiobutton.png]] || [[TRadioButton]] || a radio-button field to be used in conjunction with other TRadioButtons
| [[Image:tradiobutton.png]] || [[TRadioButton]] || a radio-button field to be used in conjunction with other TRadioButtons
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tradiobutton.html Link]
|-
|-
| [[Image:tlistbox.png]]    || [[TListBox]]    || shows a list of strings where user can make a selection from
| [[Image:tlistbox.png]]    || [[TListBox]]    || shows a list of strings where user can make a selection from
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tlistbox.html Link]
|-
|-
| [[Image:tcombobox.png]]    || [[TComboBox]]    || a combination of an edit field with a connected drop down list to choose from.  
| [[Image:tcombobox.png]]    || [[TComboBox]]    || a combination of an edit field with a connected drop down list to choose from.
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tcombobox.html Link] 
|-
|-
| [[Image:tscrollbar.png]]  || [[TScrollBar]]  || allows the user to scroll the content of an associated control by moving an slider.  
| [[Image:tscrollbar.png]]  || [[TScrollBar]]  || allows the user to scroll the content of an associated control by moving an slider.  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tscrollbar.html Link]
|-
|-
| [[Image:tgroupbox.png]]    || [[TGroupBox]]    || a container that allows a number of objects to be grouped physically and conceptually on a form
| [[Image:tgroupbox.png]]    || [[TGroupBox]]    || a container that allows a number of objects to be grouped physically and conceptually on a form
||[http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tgroupbox.html Link]
|-
|-
| [[Image: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
| [[Image: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
||[http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tradiogroup.html Link]
|-
|-
| [[Image:tcheckgroup.png]]  || [[TCheckGroup]]  || a group of TCheckBox items physically and logically grouped together on a container component.  
| [[Image:tcheckgroup.png]]  || [[TCheckGroup]]  || a group of TCheckBox items physically and logically grouped together on a container component.  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tcheckgroup.html Link]
|-
|-
| [[Image:tpanel.png]]      || [[TPanel]]      || a visible container for other components  
| [[Image:tpanel.png]]      || [[TPanel]]      || a visible container for other components  
||[http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tpanel.html Link]
|-
|-
| [[Image:tframe.png]]      || [[TFrame]]      || a container for components that can be embedded into forms or other frames
| [[Image:tframe.png]]      || [[TFrame]]      || a container for components that can be embedded into forms or other frames
||[http://lazarus-ccr.sourceforge.net/docs/lcl/actnlist/tframe.html Link]
|-
|-
| [[Image:tactionlist.png]]  || [[TActionList]]  || a list of [[TAction]]s to centralize menu/mouse/keyboard handling
| [[Image:tactionlist.png]]  || [[TActionList]]  || a list of [[TAction]]s to centralize menu/mouse/keyboard handling
||[http://lazarus-ccr.sourceforge.net/docs/lcl/actnlist/tactionlist.html Link]
|}
|}



Revision as of 20:37, 9 September 2018

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