ImageEn, unit iexUtils

TIEResourceExtractor.IsGrouped

TIEResourceExtractor.IsGrouped

Declaration

property IsGrouped[TypeIndex: integer]: boolean;

Description

Returns true if the resource type is "Icon" (RT_ICON) or "Cursor" (RT_CURSOR).
This means that resources inside this type must be grouped in "GroupIcon" or "GroupCursor" resources.
Parameter Description
TypeIndex Index of resource type. 0 is first resource type, TypesCount-1 is the last resource type