Dialog_Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Comment Constant USERNAME_LABEL_DEFAULT STRING ‘User’ PASSWORD_LABEL_DEFAULT STRING ‘Password’ LOGIN_DIALOG_NAME STRING ‘VisuDialogs.Login’ PASSWORD_CHAR STRING(1) ‘*’ CHAR_ASTERISK BYTE 42 CHAR_POINT BYTE 46 CHAR_SLASH BYTE 47 CHAR_BACKSLASH BYTE 92 ERR_DIR_NOT_FOUND DWORD 4000 ITFID_IGeneralCommand DWORD 2 VISUDIALOGS_VERSION_ATLEAST_3_5_5 INT 0 constant is used from generated code! Change with care
VisuDlg_CheckedClear (FUN) ¶ FUNCTION VisuDlg_CheckedClear : BOOL clear for the Numpad, not NumpadBasic InOut: Scope Name Type Return VisuDlg_CheckedClear BOOL Inout stOutputValue STRING stVariableValue STRING flags DWORD
VisuDlg_CheckedExpFloatFormatSwitch (FUN) ¶ FUNCTION VisuDlg_CheckedExpFloatFormatSwitch : BOOL switches the format of the displayed value between exponential and float / decimal value InOut: Scope Name Type Return VisuDlg_CheckedExpFloatFormatSwitch BOOL Inout stOutputValue STRING stVariableValue STRING Input bPassword BOOL
VisuDlg_GetPasswordString (FUN) ¶ FUNCTION VisuDlg_GetPasswordString : STRING InOut: Scope Name Type Return VisuDlg_GetPasswordString STRING Input stOrg STRING
VisuDlg_ProcessBack (FUN) ¶ FUNCTION VisuDlg_ProcessBack This function call ProcessBack2 which processes the <back> character according to the caret position and/or the current selection. xPassword is set on false InOut: Scope Name Type Comment Inout stOutputValue STRING This 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 stVariableValue STRING This parameter is the variable value, where the character is appended/inserted 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). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value, should be done with the first action.
OriPrimLinear_Serialize (FUN) ¶ FUNCTION OriPrimLinear_Serialize : BOOL InOut: Scope Name Type Return OriPrimLinear_Serialize BOOL Input stream SM0.IOutStream Inout Const linear OriPrimLinear
VisuDlg_ProcessBack2 (FUN) ¶ FUNCTION VisuDlg_ProcessBack2 This function processes the <back> character according to the caret position and/or the current selection. ProcessBack2 use xPassword as an Input Value for calculate the correct caretposition at utf8-encoding InOut: Scope Name Type Comment Inout stOutputValue STRING This 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 stVariableValue STRING This parameter is the variable value, where the character is appended/inserted 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). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value, should be done with the first action. Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters
VisuDlg_ProcessBackPrepare (FUN) ¶ FUNCTION VisuDlg_ProcessBackPrepare This function processes the <back> character according to the caret position and/or the current selection. Additional, values for the numpadextended will be initialised once InOut: Scope Name Type Comment Inout stOutputValue STRING This 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 stVariableValue STRING This parameter is the variable value, where the character is appended/inserted 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). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value, should be done with the first action. Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters
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 wstOutputValue WSTRING This 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 wstVariableValue WSTRING This parameter is the variable value, where the character is appended/inserted 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). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value, should be done with the first action.
VisuDlg_ProcessChangeNumberFormat (FUN) ¶ FUNCTION VisuDlg_ProcessChangeNumberFormat : BOOL Update the variable display value in the Numpad for hex or dec and change the radio button. This function is an enhancement of function VisuDlg_CheckedChangeNumberFormat, that also modifies the caret and selection if the caret would be outside the text after the change of the display format. InOut: Scope Name Type Comment Return VisuDlg_ProcessChangeNumberFormat BOOL Not used, always FALSE Inout stOutputValue STRING stVariableValue STRING stMin STRING stMax STRING iFormatValue INT 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). Input bPassword BOOL stClickedRadio STRING use this way, because of integrated visu 0. dec , 1. hex