Standard tab
From Lazarus wiki
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.
Icon | Component | Description | Online Docs |
---|---|---|---|
![]() |
TMainMenu | menu at the top of the form | Link |
![]() |
TPopupMenu | context menu that may popup on predefined events, usually by a click with the right mouse button | Link |
![]() |
TButton | displays a button with a caption. | Link |
![]() |
TLabel | descriptive text field, not editable | Link |
![]() |
TEdit | single-line text edit field | Link |
![]() |
TMemo | multi-line text edit field | Link |
![]() |
TToggleBox | two-state labeled button. Similar to TButton, but stays pressed after the click and is released by the next click. | Link |
![]() |
TCheckBox | ON/OFF button indicating the ON state by means of a checkmark | Link |
![]() |
TRadioButton | ON/OFF button to be used in conjunction with other TRadioButtons such that only one of them can be ON. | Link |
![]() |
TListBox | shows a list of strings from which the user can make a selection | Link |
![]() |
TComboBox | combination of an edit field with a connected drop down list to choose from. | Link |
![]() |
TScrollBar | allows the user to scroll the content of an associated control by moving an slider. | Link |
![]() |
TGroupBox | container that allows several objects to be grouped physically and conceptually | Link |
![]() |
TRadioGroup | 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 | group of TCheckBox items physically and logically grouped together on a container component. | Link |
![]() |
TPanel | visible container for other components | Link |
![]() |
TFrame | container for components that can be embedded into forms or other frames | Link |
![]() |
TActionList | list of TActions to centralize menu/mouse/keyboard handling | Link |
See also
Component Palette |
---|
Standard/ja - Additional/ja - Common Controls/ja - Dialogs/ja - Data Controls/ja - Data Access/ja - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro |