GetItemsOfColumn Function

Class

SWTTree.

Action

Returns the contents of a column from a treeview control.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

treeview.GetItemsOfColumn ([allItems, column])
Variable Description
allItems Optional: TRUE if the result should include nonviewable items (children of non-expanded items). Default is FALSE. BOOLEAN.
column Optional: The column for which you want to view content. INTEGER.

Example

Verify(SWTControls.SWTTabControl1.Control17.SWTTabControl1.Tree.TreeViewEx1.GetItemsOfColumn(TRUE,3), tree2)