Creates value item with specified value
Source position: fpmkunit.pp line 1569
public constructor TValueItem.Create( |
AValue: string |
); |
AValue |
|
Value to store in the item |
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.