| [Overview][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
.res resource writer
Source position: reswriter.pp line 29
type TResResourceWriter = class(TAbstractResourceWriter)  | 
protected  | 
function GetExtensions; override;  | 
function GetDescription; override;  | 
procedure Write(); override;  | 
public  | 
constructor Create; override;  | 
end;  | 
  | 
.res resource writer  | 
|
| | | ||
  | 
Base abstract resource writer class  | 
|
| | | ||
TObject  | 
This class provides a writer 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.
  | 
Base abstract resource writer class  | 
|
  | 
.res resource reader  |