TIEResourceExtractor.GetResourceBookmark
Declaration
function GetResourceBookmark(TypeIndex: integer; NameIndex: integer; FrameIndex: integer = -1): TIEResourceBookmark;
Description
Creates a bookmark for the specified resource (or resource frame).
Bookmarks are automatically freed.
| 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 |
| FrameIndex | The frame index. 0 is first resource name, GroupCountFrames-1 is the last frame |