Description
Below is a list of the most important properties methods and events for TWebSpeedButton
. TWebSpeedButton
is similar to a VCL TSpeedButton
.
|
|
Designtime |
Runtime |
Property |
Description |
AllowAllUp |
When there is a group of speed buttons, depending on AllowAllUp , there is always a button down or not |
Caption |
Sets the speedbutton text |
ElementClassName |
Optionally sets the CSS classname for the label when styling via CSS is used |
ElementID |
Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new label is created but the Delphi class is connected with the existing HTML element in the form HTML file |
Enabled |
Sets the button as enabled or disabled |
Flat |
When true, the button is displayed in flat style Glyph Sets the image for the speed but |
Glyph |
Sets the image for the speed button |
GroupIndex |
To group buttons, set the GroupIndex indentical for multiple speed buttons |
MaterialGlyph |
Allows to pick an icon from the Google material icon set |
MaterialGlyphColor |
Sets the color of the material glyph icon |
MaterialGlyphSize |
Sets the size of the material glyph icon |
MaterialGlyphType |
Sets the material glyph type (mgNormal , mgOutlined , mgRound , mgSharp , mgTwoTone ) |
Property |
Description |
OnClick |
Event triggered when the speed button is clicked |
OnDblClick |
Event triggered when the speed button is double-clicked |