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

TFPConvertNode.AsString

Get string representation of conversion operation

Declaration

Source position: fpexprpars.pp line 381

function TFPConvertNode.AsString: AnsiString; override;

Function result

Returns string representation of the conversion

Description

The AsString method returns a string representation of the conversion operation, typically showing the source expression and the target type for debugging and display purposes.

The string representation helps in understanding the structure of complex expressions that include multiple type conversions and provides useful information for debugging expression parsing issues.


Documentation generated on: Dec 15 2025