Difference between revisions of "Additional tab"

From Lazarus wiki
Jump to navigationJump to search
m
Line 12: Line 12:
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tbitbtn.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tbitbtn.html Link]
 
|-
 
|-
| [[image:tspeedbutton.png]]    || [[TSpeedBtn]]     || Similar to [[TBitBtn]], but cannot receive keyboard focus. Often used on toolbar-like panels.
+
| [[image:tspeedbutton.png]]    || [[TSpeedButton]]   || Similar to [[TBitBtn]], but cannot receive keyboard focus. Often used on toolbar-like panels.
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tspeedbutton.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tspeedbutton.html Link]
 
|-
 
|-

Revision as of 21:46, 22 July 2021

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

width="100%"

Icon Component Description Online Docs
tbitbtn.png TBitBtn Button with caption and an optional image Link
tspeedbutton.png TSpeedButton Similar to TBitBtn, but cannot receive keyboard focus. Often used on toolbar-like panels. Link
tstatictext.png TStaticText Displays text much like TLabel, but can receive keyboard focus. Link
timage.png TImage Display an image (gif, jpg, bmp, png) Link
tshape.png TShape triangle/rectange/round shape Link
tbevel.png TBevel Border that suggests depth. Useful to group form elements optically. Link
tpaintbox.png TPaintBox Drawing area with a TCanvas Link
tnotebook.png TNotebook Container to hold pages, much like a real-world notebook. Similar to TPageControl, but does not have tabs. Link
tlabelededit.png TLabeledEdit Combination of a TEdit and a TLabel Link
tsplitter.png TSplitter Tool for resizing adjacent controls Link
ttrayicon.png TTrayIcon Icon for the application in the system tray Link
tcontrolbar.png TControlBar Container for user-configurable toolbars Link
tflowpanel.png TFlowPanel Container for components which do not have a fixed position but can “flow” when the container size changes Link
tmaskedit.png TMaskEdit TEdit variant which can force the user to obey a specific input mask. Link
tchecklistbox.png TCheckListBox Similar to TListBox, but the the items have attached TCheckBoxes Link
tscrollbox.png TScrollBox Scrollable container Link
tapplicationproperties.png TApplicationProperties Non-visible application property supplier Link
tstringgrid.png TStringGrid 2-dimensional grid for strings Link
tdrawgrid.png TDrawGrid 2-dimensional grid for which the cells must be drawn by user code Link
tpairsplitter.png TPairSplitter Behaves like a TSplitter combined with panel-like containers on each side for other controls. Link
tcolorbox.png TColorBox Combobox to select a color Link
tcolorlistbox.png TColorListBox TListBox to choose a color Link
tvaluelisteditor.png TValueListEditor List of property names with editable values Link

See also

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