TIEResourceExtractor.GetGroupAndFrame
Declaration
procedure GetGroupAndFrame(TypeIndex: integer; NameIndex: integer; var GroupTypeIndex: integer; var GroupIndex: integer; var GroupFrameIndex: integer);
Description
Finds the associated grouping resource for the specified resource.
Grouping resources types are "GroupIcon" or "GroupCursor".
TypeIndex must be "Icon" or "Cursor", otherwise returns values are undefined.
| Parameter | Description |
| TypeIndex | Index of resource type. 0 is first resource type, TypesCount-1 is the last resource type |
| NameIndex | Index of actual resource. 0 is first resource name, NamesCount-1 is the last resource name |
| GroupTypeIndex | Return value: associated group resource type |
| GroupIndex | Return value: associated group resource name |
| GroupFrameIndex | Return value: associated group resource frame |