Get the result type of the expression
Source position: fpexprpars.pp line 784
public function TFPExpressionParser.ResultType: TResultType; |
Returns the result type
The ResultType method returns the data type that the currently parsed expression will produce when evaluated. The result type is determined by analyzing the expression tree and applying type promotion rules.