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

TFPUnaryOperator.Destroy

Destroy unary operator and free resources

Declaration

Source position: fpexprpars.pp line 370

public destructor TFPUnaryOperator.Destroy; override;

Description

This destructor properly cleans up the unary operation by freeing the operand node and any other resources used by the operation.

The destructor ensures that all memory allocated for the operand is properly released, preventing memory leaks in complex expression trees.


Documentation generated on: Dec 15 2025