Additional tab

From Free Pascal wiki
Revision as of 18:34, 31 August 2010 by Chronos (talk | contribs)
Jump to navigationJump to search

English (en) español (es) suomi (fi) français (fr) 日本語 (ja) polski (pl) русский (ru)

See also Lazarus Tutorial - The Component Palette

Component Palette Additional tab


Component Palette Additional.png

More, often-used components:

TBitBtn

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.

TSpeedButton

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.


TImage

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 )

TShape

tshape.png

Puts a shape in the form. Shape can select:

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


TBevel

tbevel.png

TPaintBox

tpaintbox.png

TNotebook

tnotebook.png

TLabeledEdit

tlabelededit.png

TSplitter

tsplitter.png

TMaskEdit

tmaskedit.png

TCheckListBox

tchecklistbox.png

TScrollBox

tscrollbox.png

TApplicationProperties

tapplicationproperties.png

TStringGrid

tstringgrid.png

TDrawGrid

tdrawgrid.png

TPairSplitter

tpairsplitter.png

TColorBox

tcolorbox.png

TColorListBox

tcolorlistbox.png

TTrayIcon

Read more about this component in the TTrayIcon wiki page

See also