[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
External file resource writer
Source position: externalwriter.pp line 33
type TExternalResourceWriter = class(TAbstractResourceWriter) |
||
protected |
||
function GetExtensions; override; |
||
function GetDescription; override; |
||
procedure Write(); override; |
||
public |
||
constructor Create; override; |
||
destructor Destroy; override; |
||
|
The byte order to use in the file |
|
end; |
|
External file resource writer |
|
| | ||
|
Base abstract resource writer class |
|
| | ||
TObject |
This class provides a writer for .fpcres files: they are standalone files containing resources.
Standalone files are files that don't get linked with the final executable. They are used as a fallback solution on all those platforms for which an internal resource format is not available.
At runtime the resource file is read by Free Pascal RTL to provide resource support to the application.
Endianess property can be used to set the byte order to use in the file to generate.
|
The byte order to use in the file |
|
|
Base abstract resource writer class |
|
|
External file resource reader |