Create constant expression with string value
Source position: fpexprpars.pp line 476
public constructor TFPConstExpression.CreateString( |
const AValue: AnsiString |
); |
AValue |
|
The string value for the constant |
The TFPConstExpression constructor creates a constant expression that holds a string literal value. The string value is stored internally and will be returned whenever the expression is evaluated.
String constants are used for literal text values in expressions and can be used in string operations, comparisons, and function parameters that expect string arguments.