TW3ToolbarButton
Represents class for button placed on TW3Toolbar component.
Unit: SmartCL.Controls.Toolbar.pas
- Hierarchy
- TObject
- TW3TagObj
- TW3Component
- TW3MovableControl
- TW3CustomControl
- TW3ToolbarButton
- TW3CustomControl
- TW3MovableControl
- TW3Component
- TW3TagObj
Properties |
---|
Caption |
Glyph |
Properties
Caption
Specifies button text.
property Caption: String read FCaption write setCaption;
Glyph
Identify TW3Image object to be displayed in button.
property Glyph: TW3Image read FGlyph;
Example:
W3Toolbar1.add.Glyph.LoadFromURL('res/my_image.png'); // from resources