Unit Toolbar

-------------------------------------------------------------------------} {UNIT: Toolbar.Pas - Automatically adjusts and aligns TSpeedButtons to } { panel at run-time. Optionally, buttons may be } { aligned from either the right or left by } { specifying the BtnLeftGrpTag property. Use the } { TSpeedButton hint property to store both the hint } { for the bdGlyphOnly style and the caption for the } { bdTextGlyph and bdGlyphOnly styles. Add } { SpeedButtons to the toolbar in the order in which } { you wish them to appear (when rearranged). } {TARGET: Delphi 1 only. } {AUTHOR: George L. Roberts } {EMAIL: robertsg@nettally.com } {-------------------------------------------------------------------------} {WARNING! This software is provided as is. No warranty is given by the } { author, expressed or implied. Use this software at your own } { risk. The author assumes no responsibility for any damage from } { the use of this software. } {NOTE: This software is freeware which means that it is free for use } { and distribution. Please do not remove/mask the about property.} {-------------------------------------------------------------------------

Classes

TAboutToolbar -
TgToolbar -

Functions

Register -

Types

TStyles

Constants

__OBJNAME
__OBJVER

Variables


Functions


procedure Register;


Types


TStyles     = (bdTextGlyph, bdGlyphOnly);

Constants

__OBJNAME = 'gToolbar'

__OBJVER = 'v1.0'


Variables