ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamIconSize

Some typical values for the size of icons, that can be used in TJamSystemShellView.IconSize.

Syntax
Pascal
TJamIconSize = (
  isSmall,
  is32x32,
  isMedium,
  isLarge,
  isExtraLarge
);
Members 
Description 
isSmall 
The smallest icon size (16x16).  
is32x32 
32x32 icons, not available in Windows Vista and later.  
isMedium 
Medium sized icons (48x48).  
isLarge 
Large icons (96x96).  
isExtraLarge 
ExtraLarge/Jumbo icons (256x256).  

Deprecated: Use TJamShellControl.IconDimensions instead!