Overlay Condition property |
This is where you specify a SQL statement to determine whether the bitmap/icon specified as the Overlay Image property must be displayed for a particular class of nodes in a Tree View or List View object: SELECT '' FROM ... WHERE <condition> The overlay is only displayed if the condition is met (i.e. if a record is retrieved). |