sapgui_text_edit_single_file_dropped
Example: sapgui_text_edit_single_file_dropped | Text Edit Control Functions |
Emulates dropping a file in the text edit control.
int sapgui_text_edit_single_file_dropped( const char *description, const char *textEditID, const char *fileName, [args,] LAST );
description | User entered text to aid in understanding script |
textEditID | Object ID Strings |
fileName | The full path name of the file to be dropped |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_text_edit_single_file_dropped emulates dragging fileName to the text edit control and dropping it.
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.