For
tree views and lists, this method retrieves a column value from the
currently selected element.
Syntax
GetValueFromCurrentItem(<column name>)
Parameters
column name
Label or Name of a node column of the currently selected element
in the tree view or list view, as specified in the SELECT list of
the node's SQL Query.
TIP:
The first column in the select list is always the one that is
displayed. If you want to retrieve the displayed value of the
current item, you can fill in 'value' as column name.
Example
MessageInformation( Tree_View_1.GetValueFromCurrentItem( address
) )
|