sapgui_text_edit_double_click

Example: sapgui_text_edit_double_clickText Edit Control Functions

Emulates a mouse double click in the text edit control.

int sapgui_text_edit_double_click( const char *description, const char *textEditID, [args,] LAST );
description User entered text to aid in understanding script
textEditIDObject ID Strings
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_text_edit_double_click emulates a mouse double click. To set the selection, call sapgui_text_edit_set_selection_indexes before sapgui_text_edit_double_click.

Return Values

This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.

Parameterization

You can parameterize all string (char type) arguments.