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

TDictionary.Create

Creates a new string substitution dictionary

Declaration

Source position: fpmkunit.pp line 578

public constructor TDictionary.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner component for the dictionary

Description

Creates a new TDictionary instance that can store variable name-value pairs and function callbacks for dynamic string substitution.

The dictionary is used throughout the build system to resolve configuration variables, paths, and dynamic values during compilation and installation.


Documentation generated on: Dec 15 2025