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

TFPBinaryOperationClass

Class reference type for TFPBinaryOperation

Declaration

Source position: fpexprpars.pp line 142

type TFPBinaryOperationClass = class of TFPBinaryOperation;

Description

This is a class reference type (metaclass) for TFPBinaryOperation. It allows for dynamic creation of binary operation instances and enables polymorphic handling of different binary operation types during expression parsing.

Class reference types are essential in factory patterns where the specific binary operation class to be instantiated is determined at runtime based on the operator token encountered in the expression (such as +, -, *, /, etc.).


Documentation generated on: Aug 28 2026 Report a problem on this page