UniDAC

TUniMacro.Condition Property

Holds a condition for the macro, which determines whether macro is evaluated to its Value or an empty string.

Class

TUniMacro

Syntax

property Condition: string;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback