Additional tab
From Lazarus wiki
Jump to navigationJump to search
│
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
| Icon | Component | Description | Online Docs |
|---|---|---|---|
| TBitBtn | Button with caption and an optional image | Link | |
| TSpeedButton | Similar to TBitBtn, but cannot receive keyboard focus. Often used on toolbar-like panels. | Link | |
| TStaticText | Displays text much like TLabel, but can receive keyboard focus. | Link | |
| TImage | Display an image (gif, jpg, bmp, png) | Link | |
| TShape | triangle/rectange/round shape | Link | |
| TBevel | Border that suggests depth. Useful to group form elements optically. | Link | |
| TPaintBox | Drawing area with a TCanvas | Link | |
| TNotebook | Container to hold pages, much like a real-world notebook. Similar to TPageControl, but does not have tabs. | Link | |
| TLabeledEdit | Combination of a TEdit and a TLabel | Link | |
| TSplitter | Tool for resizing adjacent controls | Link | |
| TTrayIcon | Icon for the application in the system tray | Link | |
| TControlBar | Container for user-configurable toolbars | Link | |
| TFlowPanel | Container for components which do not have a fixed position but can “flow” when the container size changes | Link | |
| TMaskEdit | TEdit variant which can force the user to obey a specific input mask. | Link | |
| TCheckListBox | Similar to TListBox, but the the items have attached TCheckBoxes | Link | |
| TScrollBox | Scrollable container | Link | |
| TApplicationProperties | Non-visible application property supplier | Link | |
| TStringGrid | 2-dimensional grid for strings | Link | |
| TDrawGrid | 2-dimensional grid for which the cells must be drawn by user code | Link | |
| TPairSplitter | Behaves like a TSplitter combined with panel-like containers on each side for other controls. | Link | |
| TColorBox | Combobox to select a color | Link | |
| TColorListBox | TListBox to choose a color | Link | |
| TValueListEditor | List of property names with editable values | Link |
See also
| Component Palette/ja |
|---|
| Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro |
