The 'EditboxSetFocus' function moves the cursor to EditBox object.
void @EditBoxSetFocus(string class_name);
Parameters
string class_name
: class name of EditBox object
Return Value
none
Example
@EditBoxSetFocus("EditBox1");
Description : The cursor is moved to 'EditBox1'. Usually, this function is input in the 'Script On Module Opened' or 'Script On Module Activated'.
Reference