Add string variable to built-in collection
Source position: fpexprpars.pp line 822
public function TExprBuiltInManager.AddStringVariable( |
const ACategory: TBuiltInCategory; |
const AName: ShortString; |
const AValue: AnsiString |
ACategory |
|
Category for the string variable |
AName |
|
Name of the string variable |
AValue |
|
Initial string value |
Returns the added string variable identifier
The AddStringVariable method creates and adds a new string built-in variable to the manager with the specified category, name, and string value. The variable can then be referenced in expressions to retrieve the text value.