sapgui_text_edit_modified_status_changed

Example: sapgui_text_edit_modified_status_changedText Edit Control Functions

Sets the modified status of a text edit control.

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

sapgui_text_edit_modified_status_changed sets the modified status of a text edit control. value can be either "True" or "False.

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.