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

TValueItem.Create

Creates value item with specified value

Declaration

Source position: fpmkunit.pp line 1569

public constructor TValueItem.Create(

  AValue: string

);

Arguments

AValue

  

Value to store in the item

Description

Create initializes a new TValueItem instance with the specified string value. This constructor stores the provided value for later retrieval and use in template substitution.

The created value item can be added to dictionaries or collections for dynamic configuration management.


Documentation generated on: Dec 15 2025