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 |