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_ProcessClearBOOLNot used, always FALSE
Inout
stOutputValueSTRINGThis is the string representation of the variable value, that will be displayed in the visualization.
stVariableValueSTRINGThis parameter is the variable value, that will be cleared
flagsDWORDSee VisuDlg_CheckedClear
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).