sapgui_tree_is_checkbox_selected

Example: sapgui_tree_is_checkbox_selectedTree Functions

Checks if box is selected.

int sapgui_tree_is_checkbox_selected( const char *description, const char *treeID, const char *nodeKey, const char *itemName, [args,] LAST ) ;
description User entered text to aid in understanding script
treeIDObject ID Strings
nodeKeyObject ID Strings
itemNameObject ID Strings
argsOptional Arguments, often including Dynamic Tree Node Keys.
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

The sapgui_tree_is_checkbox_selected verification function applies to a checkbox in a tree control. It returns true if the box is selected or false if the box is cleared.

Return Values

This function returns True (-1) or False (0).

Parameterization

You can parameterize all string (char type) arguments.