Unit BGRAWinResource
Functions and Procedures
Types
Variables
Description
Implementation of Windows resource file format (RES)
Uses
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TBitmapResourceEntry |
BMP resource entry |
Class TCustomResourceEntry |
Abstract resource entry |
Class TGroupCursorEntry |
Entry for an cursor (group of images) |
Packed Record TGroupIconDirEntry |
Icon image entry in resource |
Class TGroupIconEntry |
Entry for an icon (group of images) |
Object TGroupIconHeader |
Icon header (group of images) |
Class TGroupIconOrCursorEntry |
Entry for an icon or cursor (group of images) |
Packed Record TIconFileDirEntry |
Icon image entry in stream |
Record TNameOrId |
Contain a name or integer identifier for a resource |
Object TResourceInfo |
Information about resource entry |
Class TUnformattedResourceEntry |
Resource entry without formatting |
Class TWinResourceContainer |
Container for Windows resources |
Constants
ICON_OR_CURSOR_FILE_CURSOR_TYPE = 2; |
ICON_OR_CURSOR_FILE_ICON_TYPE = 1; |
RT_ACCELERATOR = 9; |
RT_ANICURSOR = 21; |
RT_ANIICON = 22; |
RT_BITMAP = 2; |
RT_CURSOR = 1; |
RT_DIALOG = 5; |
RT_FONT = 8; |
RT_FONTDIR = 7; |
RT_GROUP = 11; |
RT_GROUP_CURSOR = RT_GROUP + RT_CURSOR; |
RT_GROUP_ICON = RT_GROUP + RT_ICON; |
RT_HTML = 23; |
RT_ICON = 3; |
RT_MANIFEST = 24; |
RT_MENU = 4; |
RT_MESSAGETABLE = 11; |
RT_RCDATA = 10; |
RT_STRING = 6; |
RT_VERSION = 16; |
Description
Constants
ICON_OR_CURSOR_FILE_CURSOR_TYPE = 2; |
This item has no description. |
ICON_OR_CURSOR_FILE_ICON_TYPE = 1; |
This item has no description. |
RT_ACCELERATOR = 9; |
This item has no description. |
RT_ANICURSOR = 21; |
This item has no description. |
RT_ANIICON = 22; |
This item has no description. |
RT_BITMAP = 2; |
This item has no description. |
RT_CURSOR = 1; |
This item has no description. |
RT_DIALOG = 5; |
This item has no description. |
RT_FONT = 8; |
This item has no description. |
RT_FONTDIR = 7; |
This item has no description. |
RT_GROUP = 11; |
This item has no description. |
RT_GROUP_CURSOR = RT_GROUP + RT_CURSOR; |
This item has no description. |
RT_GROUP_ICON = RT_GROUP + RT_ICON; |
This item has no description. |
RT_HTML = 23; |
This item has no description. |
RT_ICON = 3; |
This item has no description. |
RT_MANIFEST = 24; |
This item has no description. |
RT_MENU = 4; |
This item has no description. |
RT_MESSAGETABLE = 11; |
This item has no description. |
RT_RCDATA = 10; |
This item has no description. |
RT_STRING = 6; |
This item has no description. |
RT_VERSION = 16; |
This item has no description. |