sapgui_table_is_row_selected

Example: sapgui_table_is_row_selectedTable Functions

Checks if a table row is selected.

int sapgui_table_is_row_selected( const char *tableID, const char *row, [args,] LAST );
tableIDObject ID Strings
row Row number. The first data row is numbered zero (0). If there is a header row it is numbered (-1).
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

The sapgui_table_is_row_selected verification function applies to a row in a table control. It returns whether the row is selected.

Return Values

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

Parameterization

You can parameterize all string (char type) arguments.