[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Dictionary item containing a value
Source position: fpmkunit.pp line 1565
type TValueItem = class(TObject) |
||
public |
||
constructor Create(); |
|
Creates value item with specified value |
property Value: string; [r] |
|
Value storage field |
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.