Class TWinResourceContainer
Unit
Declaration
type TWinResourceContainer = class(TMultiFileContainer)
Description
Container for Windows resources
Hierarchy
- TMultiFileContainer
- TWinResourceContainer
Overview
Fields
![]() |
FHiddenEntries: TMultiFileEntryList; |
Methods
![]() |
destructor Destroy; override; |
![]() |
function IndexOf(AName: utf8string; AExtenstion: utf8string; ALanguageId: integer; ACaseSensitive: boolean = True): integer; overload; |
![]() |
function IndexOf(AName: utf8string; AExtenstion: utf8string; ACaseSensitive: boolean = True): integer; override; |
![]() |
function CreateEntry(AName: utf8string; AExtension: utf8string; AContent: TStream): TMultiFileEntry; override; |
![]() |
function CreateEntry(AName: utf8string; AExtension: utf8string; AContent: TStream; ALanguageId: integer): TMultiFileEntry; overload; |
![]() |
procedure Clear; override; |
![]() |
procedure Delete(AIndex: integer); override; |
![]() |
procedure LoadFromStream(AStream: TStream); override; |
![]() |
procedure SaveToStream(ADestination: TStream); override; |
![]() |
procedure ClearHiddenEntries; |
![]() |
procedure Init; override; |
![]() |
procedure RemoveHidden(AEntry: TCustomResourceEntry); |
Description
Fields
![]() |
FHiddenEntries: TMultiFileEntryList; |
|
This item has no description. | |
Methods
![]() |
destructor Destroy; override; |
|
This item has no description. | |
![]() |
function IndexOf(AName: utf8string; AExtenstion: utf8string; ALanguageId: integer; ACaseSensitive: boolean = True): integer; overload; |
|
This item has no description. | |
![]() |
function IndexOf(AName: utf8string; AExtenstion: utf8string; ACaseSensitive: boolean = True): integer; override; |
|
This item has no description. | |
![]() |
function CreateEntry(AName: utf8string; AExtension: utf8string; AContent: TStream): TMultiFileEntry; override; |
|
This item has no description. | |
![]() |
function CreateEntry(AName: utf8string; AExtension: utf8string; AContent: TStream; ALanguageId: integer): TMultiFileEntry; overload; |
|
This item has no description. | |
![]() |
procedure Clear; override; |
|
This item has no description. | |
![]() |
procedure Delete(AIndex: integer); override; |
|
This item has no description. | |
![]() |
procedure LoadFromStream(AStream: TStream); override; |
|
This item has no description. | |
![]() |
procedure SaveToStream(ADestination: TStream); override; |
|
This item has no description. | |
![]() |
procedure ClearHiddenEntries; |
|
This item has no description. | |
![]() |
procedure Init; override; |
|
This item has no description. | |
![]() |
procedure RemoveHidden(AEntry: TCustomResourceEntry); |
|
This item has no description. | |

