VisuDlg_ProcessBackW (FUN)
FUNCTION VisuDlg_ProcessBackW
This function is the WSTRING counterpart of the function VisuDlg_ProcessBack. Additional, values for the numpadextended will be initialised once
- InOut:
Scope
Name
Type
Comment
Inout
wstOutputValueWSTRINGThis is the string representation of the variable value, that will be displayed in the visualization. If the flag xPassword is TRUE the variable value will be display with password characters
wstVariableValueWSTRINGThis parameter is the variable value, where the character is appended/inserted
iCaretPositionINTThe current position of the caret. Either within the text or at the end of the text
iSelectionStartINTThe start of the selected text (1-relative)
iSelectionEndINTThe end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1
bInitBOOLInitialize of global value, should be done with the first action.