Additional tab

From Lazarus-ccr

Jump to: navigation, search

See also Lazarus Tutorial - The Component Palette

Component Palette Additional tab


Image:Component_Palette_Additional.png

More, often-used components:

Contents

[edit] TBitBtn

Image:tbitbtn.png

Puts a bitbutton in the form. The user will be able to 'click' on this button and call the onClick event handler (form class method) in your program. The programmer should supply this method to define the action to be taken.

[edit] TSpeedButton

Image:tspeedbutton.png

Puts a speedbutton in the form. The user will be able to 'click' on this button and call the onClick event handler (form class method) in your program. The programmer should supply this method to define the action to be taken.


[edit] TImage

Image:timage.png

Clicking on the ellipsis (...) next to the Picture entry in the Object Inspector at design-time opens a load picture dialog which can be select image.

Support graphic files of type

  • portable network graphic ( *.png )
  • bitmap ( *.bmp )
  • icon ( *.ico )
  • pixmap ( *.xpm )
  • portable pixmap ( *.ppm )
  • portable graymap ( *.pgm )
  • portable bitmap ( *.pbm )

[edit] TShape

Image:tshape.png

Puts a shape in the form. Shape can select:

  • Rectangle, Square and rounded corner
  • Circle, Ellipse
  • Diamond


[edit] TBevel

Image:tbevel.png

[edit] TPaintBox

Image:tpaintbox.png

[edit] TNotebook

Image:tnotebook.png

[edit] TLabeledEdit

Image:tlabelededit.png

[edit] TSplitter

Image:tsplitter.png

[edit] TMaskEdit

Image:tmaskedit.png

[edit] TCheckListBox

Image:tchecklistbox.png

[edit] TScrollBox

Image:tscrollbox.png

[edit] TApplicationProperties

Image:tapplicationproperties.png

[edit] TStringGrid

Image:tstringgrid.png

[edit] TDrawGrid

Image:tdrawgrid.png

[edit] TPairSplitter

Image:tpairsplitter.png

[edit] TColorBox

Image:tcolorbox.png

[edit] TColorListBox

Image:tcolorlistbox.png

[edit] TChart

Image:tchart.png

[edit] See also