Add a string variable to the collection
Source position: fpexprpars.pp line 594
public function TFPExprIdentifierDefs.AddStringVariable( |
const AName: ShortString; |
const AValue: AnsiString |
AName |
|
The name of the string variable |
AValue |
|
The string value of the variable |
Returns the added string variable identifier
The AddStringVariable method creates and adds a new string variable identifier to the collection with the specified name and string value. The variable can then be referenced in expressions to retrieve the text value.