Show Icons property

Previous Next

This is where you specify whether the selected Tree View or List View object must display bitmaps/icons for its various nodes, or not. Which bitmaps/icons will be used is determined by the Image property, or by renaming a column to IMAGE in the SQL statement that retrieves the values displayed by the object. For example:

SELECT emp_name, emp_photo "IMAGE"

FROM emp