[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents a resource file in the build system
Source position: fpmkunit.pp line 623
type TResourceFile = class(TConditionalString) |
|
Represents a resource file in the build system |
|
| | | ||
|
String value with CPU and OS conditions |
|
| | | ||
| | | ||
| | | ||
TResourceFile represents a resource file that needs to be processed and included during package compilation.
Resource files contain binary data, icons, bitmaps, strings, or other assets that are embedded into the compiled executable.
The build system processes resource files according to platform-specific resource compilation requirements.