Standard tab

From Lazarus wiki
Revision as of 20:05, 3 March 2008 by Djzepi (talk | contribs) (New page: Component Palette Standard tab == TMainMenu == Image:tmainmenu.png Puts a standard menu bar to form. To change the contents double-click on the icon on the form. [http://lazarus-cc...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Component Palette Standard tab


TMainMenu

tmainmenu.png Puts a standard menu bar to form. To change the contents double-click on the icon on the form.

TMainMenu

TPopupMenu

tpopupmenu.png

Puts a popup menu to form. This creates a menu that appears when the user right clicks on an object. To change the contents double-click on the icon on the form. TPopupMenu

TButton

tbutton.png

Puts a button to form. The user will be able to 'click' on this button and have this execute an Event that will call a onClick -procedure (form class method) in your program.

TButton

TLabel

tlabel.png Puts text on form. TLabel

TEdit

tedit.png Allows the user to input text. TEdit

TMemo

tmemo.png Memos are places where you can put lines of text. Use this if you want to allow your user to enter messages or notes, etc.

TMemo

TToggleBox

ttogglebox.png

Puts togglebox to form. TToggleBox

TCheckBox

tcheckbox.png Allow the user to switch them on and off. TCheckBox

TRadioButton

tradiobutton.png Allow the user to switch them on and off. But only one can be selected. TRadioButton

TListBox

tlistbox.png Display list. User can select an entry by clicking on it. TListBox

TComboBox

tcombobox.png Display list. User can select an entry by clicking on it. TComboBox

TScrollBar

tscrollbar.png A ScrollBar can be used on forms for Text, Graphics, Volume Controls, and the like. The slider is moved via user interaction. The software detects the new position and performs some function. TScrollBar

TGroupBox

tgroupbox.png

It acts as a presentational container for other control. TGroupBox

TStaticText

tstatictext.png TStaticText

TRadioGroup

tradiogroup.png TRadioGroup

TCheckGroup

tcheckgroup.png To edit CheckGroup contents double-click on the icon on the form. It's open CheckGroup Editor. TCheckGroup

TPanel

tpanel.png Puts panel to form. It acts as a presentational container for other control. TPanel

TActionList

tactionlist.png To edit actionlist contents double-click on the icon on the form. It's open Action List Editor. TActionList