Resource File Unit Programmers' Guide
Applies to: ~>1.0
This section of the Resource File Unit documentation describes the API exposed by the unit to programmers.
Unit | Description |
---|---|
PJResFile | The only unit in this project. Contains all the functionality |
Class | Description |
---|---|
TPJResourceFile | Class that encapsulates the contents of a whole resource file and provides methods and properties to search, enumerate and manipulate it. |
TPJResourceEntry | Class that encapsulates a single resource within a resource file and provides properties and methods to access its header record and its raw data and to compare it to other resources. |
TPJResourceFileEnumerator [~>1.1] | Class that implements an enumerator for TPJResourceFile that enumerates all its resource entries. |
EPJResourceFile | Class of exception raised by TPJResourceFile and TPJResourceEntry. |
Item | Description |
---|---|
Helper Routines | Routines to assist in working with resource identifiers. |
Constants | Various useful constants. |
This documentation complies with these conventions.