Additional tab

From Free Pascal wiki
Revision as of 17:00, 16 July 2016 by Arent (talk | contribs)
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

Component Palette Additional.png

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

Usage:TImage

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 )
  • Joint Picture Expert Group ( *.jpeg *.jpg *.jpe *.jfif )
  • Tagged Image File Format ( *.tif *.tiff )
  • Cursor ( *.cur )
  • Icon ( *.ico )
  • Mac OS X icon ( *.icns )
  • 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 For a comparison between TNotebook and related controls: doc:lcl/extctrls/multi-pagecontrols.html

TLabeledEdit

tlabelededit.png

TSplitter

tsplitter.png

Usage:TSplitter

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