TIEResourceExtractor.ResourceTypes
Declaration
property ResourceTypes[TypeIndex: integer]: TIEResourceType;
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:
| Windows resource | Resource Type |
| RT_ACCELERATOR | ietrAccelerator |
| RT_ANICURSOR | ietrAniCursor |
| RT_ANIICON | ietrAniIcon |
| RT_BITMAP | ietrBitmap |
| RT_CURSOR | ietrCursor |
| RT_DIALOG | ietrDialog |
| RT_DLGINCLUDE | ietrDlgInclude |
| RT_FONT | ietrFont |
| RT_FONTDIR | ietrFontDir |
| RT_GROUP_CURSOR | ietrGroupCursor |
| RT_GROUP_ICON | ietrGroupIcon |
| RT_HTML | ietrHTML |
| RT_ICON | ietrIcon |
| RT_MANIFEST | ietrManifest |
| RT_MENU | ietrMenu |
| RT_MESSAGETABLE | ietrMessageTable |
| RT_PLUGPLAY | ietrPlugPlay |
| RT_RCDATA | ietrRCData |
| RT_STRING | ietrString |
| RT_VERSION | ietrVersion |
| RT_VXD | ietrVXD |
| - | ietrOther |
See Also
◼FriendlyTypes (friendly type string)
◼Types (less friendly type string)