Class TWPImageList
Hierarchy
System.TObject | System.Classes.TPersistent | System.Classes.TComponent | TWPImageList
Properties
Property GylphColorRect : TWPGylphColorRect
Property ImageBackgroundColor : TColor
Property ImageBackgroundColorDown : TColor
Property ImageBackgroundColorHot : TColor
Property ImageBackgroundTextColor : TColor
Property Images : TWPImageListCollection
Property LinkedImagelist : TImageList
Property ZoommenuItems : TStrings
Methods
Procedure AddIconFromBMPResource(bmpname:string)
Function AddIconsFromFile(Filename:string) : TWPImageListItem
Procedure AddIconsFromResource(names:string)
Function FillImagelist(aImageList:TImageList; BackgroundColor:TColor) : Boolean
Function GetImage(w:Integer; h:Integer; Hot:Boolean; Disabled:Boolean; Selected:Boolean; aStretch:Boolean) : TWPImageListItem
Function LoadSVGFromStream(Stream:TStream; Compressed:Boolean; ColCount:Integer; RowCount:Integer) : Boolean
Procedure Notification(AComponent:TComponent; Operation:TOperation)
Procedure ReadIconSizes(list:TStrings; addvalue:Integer)
Procedure SetSVGComponent(ISvgRender:IInterface; ColCount:Integer; RowCount:Integer)
Procedure SVGAddParamOverride(idname:string; param:string; value:string)
Function SVGMakeBitmap(svg:TStream; w:Integer; h:Integer) : TBitmap
Used or referenced by
-Property TWPSpeedButton.ImageSource : TWPImageList |