[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Dictionary item containing a value
Source position: fpmkunit.pp line 1416
type TValueItem = class(TObject) |
||
FValue: string; |
|
Internal value storage field |
constructor Create(); |
|
Creates value item with specified value |
end; |
|
Dictionary item containing a value |
|
| | | ||
TValueItem represents a dictionary entry that stores a string value with an associated key. This class is used in template processing and variable substitution systems within the fpmake build system.