Convert character to result type
Source position: fpexprpars.pp line 840
function CharToResultType( |
C: AnsiChar |
):TResultType; |
C |
|
Character to convert to result type |
Returns corresponding result type
The CharToResultType function converts a single character code to the corresponding TResultType enumeration value. It is used internally for parsing type specifications and managing result type conversions within the expression parser.
The character codes map to specific result types:
The CharToResultType function is primarily used for internal type management and serialization purposes within the expression parsing framework.