Code Snippets Database
Control Box
Requested snippet
This page displays the requested SHIL_Enum snippet.
You can choose a category, perform a search or generate a Pascal unit containing the snippet by using the Control Box.
- SHIL_Enum
-
Constants that can be passed as flags to determine the image type in calls to the SysImageListHandleEx routine.
const SHIL_LARGE = $00; // Image size 32x32px unless user specifies large // icons when size is 48x48 px. SHIL_SMALL = $01; // Image size 16x16px, but can be customized by user. SHIL_EXTRALARGE = $02; // Shell standard extra-large icon size. Typically // 48x48, but can be customized by the user. SHIL_SYSSMALL = $03; // Image size as returned from GetSystemMetrics called // with SM_CXSMICON and SM_CYSMICON. SHIL_JUMBO = $04; // Windows Vista and later. Image size normally // 256x256px.Kind of Snippet: ConstantRequired units: None.Required snippets: None.See also: SysImageListHandleEx.Supported Compilers:D2 D3 D4 D5 D6 D7 D2005
(Win32)D2006
(Win32)D2007 D2009
(Win32)D2010
(Win32)Free
Pascal










This snippet cannot be included in generated units.
