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 1565

type TValueItem = class(TObject)

public

  constructor Create();

  

Creates value item with specified value

  property Value: string; [r]

  

Value storage field

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: Dec 15 2025