ShellBrowser Delphi Components Documentation
|
Creates an instance of a TJamSystemImageList component.
constructor Create(pHeight: integer; pOwner: TComponent = nil; pSize: TJamImageListSize = si_freescaled); overload; reintroduce;
Parameters |
Description |
pHeight: integer |
The height in pixels that the system list should have. |
pOwner: TComponent = nil |
The owner of the instance. |
pSize: TJamImageListSize = si_freescaled |
The discrete size the image list should represent. Although the native SystemImageList is created freescaled, the discrete size might be needed when the image list needs to be scaled. |