Difference between revisions of "Additional tab"

From Lazarus wiki
Jump to navigationJump to search
(table style)
Line 11: Line 11:
 
| [[image:tspeedbutton.png]]    || [[TSpeedBtn]]      || a (small) image-button for use on [[TToolBar]]s etc.
 
| [[image:tspeedbutton.png]]    || [[TSpeedBtn]]      || a (small) image-button for use on [[TToolBar]]s etc.
 
|-
 
|-
| [[image:tstatictext.png]]      || [[TStaticText]]    || a (selectable) text, much like TLabel
+
| [[image:tstatictext.png]]      || [[TStaticText]]    || a (selectable) text, much like [[TLabel]] 
 
|-
 
|-
 
| [[image:timage.png]]          || [[TImage]]        || an image (gif, jpg, bmp, png)
 
| [[image:timage.png]]          || [[TImage]]        || an image (gif, jpg, bmp, png)
Line 17: Line 17:
 
| [[image:tshape.png]]          || [[TShape]]        || triangle/rectange/round shape
 
| [[image:tshape.png]]          || [[TShape]]        || triangle/rectange/round shape
 
|-
 
|-
| [[image:tbevel.png]]          || [[TBevel]]        || a border  
+
| [[image:tbevel.png]]          || [[TBevel]]        || a border that suggests depth
 
|-
 
|-
| [[image:tpaintbox.png]]        || [[TPaintBox]]      || a drawing area with a TCanvas
+
| [[image:tpaintbox.png]]        || [[TPaintBox]]      || a drawing area with a [[TCanvas]]
 
|-
 
|-
| [[image:tnotebook.png]]        || [[TNotebook]]      ||
+
| [[image:tnotebook.png]]        || [[TNotebook]]      || that provides a container to hold pages, much like a real-world notebook
 
|-
 
|-
| [[image:tlabelededit.png]]    || [[TLabeledEdit]]  || a TEdit / TLabel combination  
+
| [[image:tlabelededit.png]]    || [[TLabeledEdit]]  || a [[TEdit]] / [[TLabel]] combination  
 
|-
 
|-
 
| [[image:tsplitter.png]]        || [[TSplitter]]      || resizing tool
 
| [[image:tsplitter.png]]        || [[TSplitter]]      || resizing tool
Line 29: Line 29:
 
| [[image:ttrayicon.png]]        || [[TTrayIcon]]      || system tray icon  
 
| [[image:ttrayicon.png]]        || [[TTrayIcon]]      || system tray icon  
 
|-
 
|-
| [[image:tcontrolbar.png]]      || [[TControlBar]]    ||  
+
| [[image:tcontrolbar.png]]      || [[TControlBar]]    || manager of toolbar-components on a form
 
|-
 
|-
 
| [[image:tflowpanel.png]]      || [[TFlowPanel]]    || a panel that may 'flow' within its parent area
 
| [[image:tflowpanel.png]]      || [[TFlowPanel]]    || a panel that may 'flow' within its parent area
 
|-
 
|-
| [[image:tmaskedit.png]]        || [[TMaskEdit]]      || a TEdit with content constraints
+
| [[image:tmaskedit.png]]        || [[TMaskEdit]]      || a [[TEdit]] with content constraints
 
|-
 
|-
| [[image:tchecklistbox.png]]    || [[TCheckListBox]]  || a combination af TCheckBoxes and a TListBox
+
| [[image:tchecklistbox.png]]    || [[TCheckListBox]]  || a combination of [[TCheckBox]]es and a [[TListBox]]
 
|-
 
|-
 
| [[image:tscrollbox.png]]      ||  [[TScrollBox]]    || a scrollable container
 
| [[image:tscrollbox.png]]      ||  [[TScrollBox]]    || a scrollable container
Line 49: Line 49:
 
| [[image:tcolorbox.png]]        || [[TColorBox]]      || a box to select colors
 
| [[image:tcolorbox.png]]        || [[TColorBox]]      || a box to select colors
 
|-
 
|-
| [[image:tcolorlistbox.png]]    || [[TColorListBox]]  || a TListBox to choose colors  
+
| [[image:tcolorlistbox.png]]    || [[TColorListBox]]  || a [[TListBox]] to choose colors  
 
|-
 
|-
 
| [[image:tvaluelisteditor.png]] || [[TValueListEditor] || a list of propertyname with editable values  
 
| [[image:tvaluelisteditor.png]] || [[TValueListEditor] || a list of propertyname with editable values  

Revision as of 12:30, 2 September 2016

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

The Additional tab of the Component Palette contains more, often-used components

Component Palette Additional.png

tbitbtn.png TBitBtn a button with an optional image
tspeedbutton.png TSpeedBtn a (small) image-button for use on TToolBars etc.
tstatictext.png TStaticText a (selectable) text, much like TLabel
timage.png TImage an image (gif, jpg, bmp, png)
tshape.png TShape triangle/rectange/round shape
tbevel.png TBevel a border that suggests depth
tpaintbox.png TPaintBox a drawing area with a TCanvas
tnotebook.png TNotebook that provides a container to hold pages, much like a real-world notebook
tlabelededit.png TLabeledEdit a TEdit / TLabel combination
tsplitter.png TSplitter resizing tool
ttrayicon.png TTrayIcon system tray icon
tcontrolbar.png TControlBar manager of toolbar-components on a form
tflowpanel.png TFlowPanel a panel that may 'flow' within its parent area
tmaskedit.png TMaskEdit a TEdit with content constraints
tchecklistbox.png TCheckListBox a combination of TCheckBoxes and a TListBox
tscrollbox.png TScrollBox a scrollable container
tapplicationproperties.png TApplicationProperties a non-visible application property supplier
tstringgrid.png TStringGrid a 2-dimensional grid that may contain strings
tdrawgrid.png TDrawGrid a 2-dimensional grid that may contain images
tpairsplitter.png TPairSplitter a component to split two areas
tcolorbox.png TColorBox a box to select colors
tcolorlistbox.png TColorListBox a TListBox to choose colors
tvaluelisteditor.png [[TValueListEditor] a list of propertyname with editable values
Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro