Maintains a global list of Lazarus resources, and provides methods and types used to stream components.
uses |
||
RtlConsts, |
||
|
Contains resource strings used in the LCL. |
|
FPCAdds, |
||
LazTracer, |
||
LazUtilities; |
lresources.pp maintains and stores all standard Lazarus resources in the global LazarusResources list and provides methods and types for component streaming.
A Lazarus resource is streamed as an UTF-8 string, with a name, value and value type.
Lazarus resources are normally included via an include directive in the initialization part of a unit. To create such include files use the BinaryToLazarusResourceCode procedure.
To create an LRS file from an LFM file use the LFMtoLRSfile function which transforms the LFM text to binary format and stores it as Lazarus resource include file.
Author: Mattias Gaertner
lresources.pp is part of the Lazarus Component Library (LCL).
Lazarus Component Library (LCL) | Version 4.99-52ec4ab06d (2025-04-24) | Home |