Is there such a function in Delphi that will return the result of a comparison.
Example:
label.visible := evaluate(1 > 3);
I have searched but I don't know what that would be called.
Is there such a function in Delphi that will return the result of a comparison.
Example:
label.visible := evaluate(1 > 3);
I have searched but I don't know what that would be called.