Class TGroupIconOrCursorEntry
Unit
Declaration
type TGroupIconOrCursorEntry = class(TCustomResourceEntry)
Description
Entry for an icon or cursor (group of images)
Hierarchy
- TObject
- TMultiFileEntry
- TCustomResourceEntry
- TGroupIconOrCursorEntry
Overview
Fields
![]() |
FDirectory: packed of TGroupIconDirEntry; |
![]() |
FGroupIconHeader: TGroupIconHeader; |
Methods
![]() |
constructor Create(AContainer: TMultiFileContainer; ATypeNameOrId: TNameOrId; AEntryNameOrId: TNameOrId; const AResourceInfo: TResourceInfo; ADataStream: TStream); |
![]() |
constructor Create(AContainer: TMultiFileContainer; ATypeNameOrId: TNameOrId; AEntryNameOrId: TNameOrId; const AResourceInfo: TResourceInfo); |
![]() |
function CopyTo(ADestination: TStream): int64; override; |
![]() |
function ExpectedResourceType: word; virtual; abstract; |
![]() |
function GetDataSize: integer; override; |
![]() |
function GetFileSize: int64; override; |
![]() |
procedure Clear; |
![]() |
procedure CopyFrom(ASource: TStream); |
![]() |
procedure DecrementReferences; override; |
![]() |
procedure IncrementReferences; override; |
![]() |
procedure SerializeData(ADestination: TStream); override; |
Properties
![]() |
property NbIcons: integer read GetNbIcons; |
Description
Fields
![]() |
FDirectory: packed of TGroupIconDirEntry; |
This item has no description. |
![]() |
FGroupIconHeader: TGroupIconHeader; |
This item has no description. |
Methods
![]() |
constructor Create(AContainer: TMultiFileContainer; ATypeNameOrId: TNameOrId; AEntryNameOrId: TNameOrId; const AResourceInfo: TResourceInfo; ADataStream: TStream); |
This item has no description. |
![]() |
constructor Create(AContainer: TMultiFileContainer; ATypeNameOrId: TNameOrId; AEntryNameOrId: TNameOrId; const AResourceInfo: TResourceInfo); |
This item has no description. |
![]() |
function CopyTo(ADestination: TStream): int64; override; |
This item has no description. |
![]() |
function ExpectedResourceType: word; virtual; abstract; |
This item has no description. |
![]() |
function GetDataSize: integer; override; |
This item has no description. |
![]() |
function GetFileSize: int64; override; |
This item has no description. |
![]() |
procedure Clear; |
This item has no description. |
![]() |
procedure CopyFrom(ASource: TStream); |
This item has no description. |
![]() |
procedure DecrementReferences; override; |
This item has no description. |
![]() |
procedure IncrementReferences; override; |
This item has no description. |
![]() |
procedure SerializeData(ADestination: TStream); override; |
This item has no description. |
Properties
![]() |
property NbIcons: integer read GetNbIcons; |
This item has no description. |