VisuDlg_ProcessClear (FUN)ΒΆ
FUNCTION VisuDlg_ProcessClear : BOOL
This function is an enhancement of function VisuDlg_CheckedClear, that also resets the caret and selection.
- InOut:
- Scope - Name - Type - Comment - Return - VisuDlg_ProcessClear- BOOL- Not used, always FALSE - Inout - stOutputValue- STRING- This is the string representation of the variable value, that will be displayed in the visualization. - stVariableValue- STRING- This parameter is the variable value, that will be cleared - flags- DWORD- See VisuDlg_CheckedClear - iCaretPosition- INT- The current position of the caret. Either within the text or at the end of the text - iSelectionStart- INT- The start of the selected text (1-relative) - iSelectionEnd- INT- The end of the selected text (1-relative). 
