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

TFPMultiplyOperation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Internally used class for multiplication operations

Declaration

Source position: fpexprpars.pp line 325

type TFPMultiplyOperation = class(TMathOperation)

public

  procedure check; override;

  

Validate the multiplication operation for correctness

  function AsString; override;

  

Get string representation of multiplication operation

  procedure GetNodeValue(); override;

  

Calculate the result of multiplication operation

end;

Inheritance

TFPMultiplyOperation

  

Internally used class for multiplication operations

|

TMathOperation

  

Internally used class for mathematical operations in expressions

|

TFPBinaryOperation

  

Internally used class for binary operations with left and right operands

|

TFPExprNode

  

Class for representing nodes in expression trees

|

TObject

Description

The TFPMultiplyOperation class implements multiplication operation between two numeric operands, handling type conversion and providing multiplication-specific functionality for integers, floats, and currency values.

This class is used internally by the TFPExpressionParser class to construct an AST (Abstract Syntax Tree). There is normally no need for you to use or instantiate this class directly.

See also

TFPExprNode

  

Class for representing nodes in expression trees


Documentation generated on: Dec 15 2025