Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TValueItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Dictionary item containing a value

Declaration

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;

Inheritance

TValueItem

  

Dictionary item containing a value

|

TObject

Description

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.


Documentation generated on: Aug 28 2026 Report a problem on this page