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 |