Contains a resource reader for .res files

This unit contains , a TAbstractResourceReader descendant that is able to read .res resource files.

Adding this unit to a program's uses clause registers class with TResources.

.res resource reader

This class provides a reader for .res resource files.

A .res file is a standard Windows file type that contains resources. This is not an object file format, so it's not suitable for being linked with other object files. For this reason, it is a good choice for a platform-independent format to store resources.

TAbstractResourceReader TResResourceWriter