TIEResourceExtractor.FriendlyTypes
Declaration
property FriendlyTypes[TypeIndex: integer]: AnsiString;
Description
Returns the specified
resource type friendly name (for know types like RT_CURSOR, RT_BITMAP, etc...).
| Parameter | Description |
| TypeIndex | Index of resource type. 0 is first resource type, TypesCount-1 is the last resource type |
Windows resource types and related friendly strings:
| Windows resource | Friendly type name |
| RT_ACCELERATOR | 'Accelerator' |
| RT_ANICURSOR | 'AniCursor' |
| RT_ANIICON | 'AniIcon' |
| RT_BITMAP | 'Bitmap' |
| RT_CURSOR | 'Cursor' |
| RT_DIALOG | 'Dialog' |
| RT_DLGINCLUDE | 'DlgInclude' |
| RT_FONT | 'Font' |
| RT_FONTDIR | 'FontDir' |
| RT_GROUP_CURSOR | 'GroupCursor' |
| RT_GROUP_ICON | 'GroupIcon' |
| RT_HTML | 'HTML' |
| RT_ICON | 'Icon' |
| RT_MANIFEST | 'Manifest' |
| RT_MENU | 'Menu' |
| RT_MESSAGETABLE | 'MessageTable' |
| RT_PLUGPLAY | 'PlugPlay' |
| RT_RCDATA | 'RCData' |
| RT_STRING | 'String' |
| RT_VERSION | 'Version' |
| RT_VXD | 'VXD' |
See Also
◼Types (less friendly type string)
◼ResourceTypes