Holds a condition for the macro, which determines whether macro is evaluated to its Value or an empty string.
property Condition: string;
The Condition property holds a condition for the macro, which determines whether macro is evaluated to its Value or an empty string.
Macro condition is name of another custom TUniMacro or predefined macro like MySQL, Oracle, etc. If the condition macro is defined, the current macro evaluates to what is specified in the Value property, otherwise it returns empty string.
If the condition is not specified (represents empty string), then macro always evaluates to Value.