Class TWPSpeedButton
Hierarchy
System.TObject | System.Classes.TPersistent | System.Classes.TComponent | Vcl.Controls.TControl | Vcl.Controls.TGraphicControl | Vcl.Buttons.TSpeedButton | TWPSpeedButton
Subclasses
Description
The component TWPSpeedButton works similar to a reguilat speed button, but also has the ability to paint a glyph from an attached imageProperties
Property Flat : Boolean
Property ImageBackgroundMode : TWPSpeedButtonBackgroundMode
Property ImagebackgroundNr : TWPImageIndex
Property ImageNr : TWPImageIndex
Property ImageOverlayRectColor : TColor
Property ImageSource : TWPImageList
Property ImageStretch : Boolean
Methods
Procedure CMEnabledChanged(Message:TMessage)
Procedure CMMouseEnter(Message:TMessage)
Procedure CMMouseLeave(Message:TMessage)
Function GetImageOverlayRectColor : TColor
Function GetImageSource : TWPImageList
Function ImageSourceStored : Boolean
Procedure Notification(AComponent:TComponent; Operation:TOperation)
Function RefreshIfChanged(grp:Integer; num:Integer) : Boolean
Procedure SetImageBackgroundMode(x:TWPSpeedButtonBackgroundMode)
Procedure SetImagebackgroundNr(x:TWPImageIndex)
Procedure SetImageNr(x:TWPImageIndex)
Procedure SetImageOverlayRectColor(x:TColor)
Procedure SetImageSource(x:TWPImageList)
Used or referenced by
-Function TWPToolbar.GetIcon(index:Integer; group:Integer; num:Integer) : TWPSpeedButton |