My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ResFileUnit  
Resource File Unit documentation.
Updated May 8, 2011 by delphidabbler

Resource File Unit

This unit contains classes that encapsulate Windows 32 bit binary resource files and the resources contained in them. The main functionality is provided by two classes. In addition some helper functions, an exception class and some constants are also provided.

The classes encapsulate the low-level structure of a resource file and its resources. It deals only with raw resource data. The actual format of the raw data depends on the resource type. This unit does not provide any support for specific resource types or their data formats.

This wiki is divided into several sections as noted in the following table.

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.
EPJResourceFile Class of exception raised by TPJResourceFile and TPJResourceEntry.
Helper Routines Routines to assist in working with resource identifiers.
Constants Various useful constants.
Examples Several examples of how to use the code of the Resource File Unit.

Links:


Sign in to add a comment
Powered by Google Project Hosting