(second from right)
Hierarchy: TObject - TPersistent - TComponent - TControl - TWinControl - TButtonControl - TButton - TBitBtn
The properties for the BitButton are more or less the same as those for the standard button, apart from the Glyph property.
To choose the image for the button click on the ellipsis in the Glyph property for the button. A good source of images for bit buttons is Program Files\Common\Borland Shared\Images\Buttons. This allows a button to be added which includes a glyph or image.
A bit button has been used in this application to add an image (glyph) to the button to make its purpose easier to understand.
