Contains a resource reader for DFM files

This unit contains , a TAbstractResourceReader descendant used to compile DFM files to resources.

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

DFM resource reader

This class isn't a proper resource reader. It provides a quick way to create a resource file from a DFM/XFM/LFM file, similar to what Delphi does with constructs like {$R *.dfm}.

This class reads a DFM, XFM or LFM file, compiles it to binary format if it isn't, and stores it in a resource of type RT_RCDATA with the name of the form specified in the DFM file.