Calculate the result of NOT operation
Source position: fpexprpars.pp line 390
public procedure TFPNotNode.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the result of the NOT |
The GetNodeValue method performs the logical NOT operation by evaluating the operand and inverting its boolean result. It returns True if the operand is False, and False if the operand is True.