Visu_FbDialogLoginProvider.LoginFailed (METH) ¶ METHOD LoginFailed : UDINT Will be called when a login failed due to wrong credentials The behaviour of the datasource afterwards depends on the return value. In case of ERR_PENDING, the logincycle will be started again with a call to GetCredentials. In all other cases the driver will go to it’s error state. InOut: Scope Name Type Comment Return LoginFailed UDINT Input uxiRequestId __UXINT Output tRetryWaitTime TIME The time that is waited until the next try to login is started
Visu_FbDialogLoginProvider.LoginSucceeded (METH) ¶ METHOD LoginSucceeded InOut: Scope Name Type Input uxiRequestId __UXINT
Visu_FbDialogLoginProvider.Password (PROP) ¶ PROPERTY Password : STRING
Visu_FbDialogLoginProvider.PasswordLabelText (PROP) ¶ PROPERTY PasswordLabelText : STRING
VisuDlgUtil_CloseNumpadExtended (FUN) ¶ FUNCTION VisuDlgUtil_CloseNumpadExtended : BOOL InOut: Scope Name Type Comment Return VisuDlgUtil_CloseNumpadExtended BOOL TRUE if the number format was changed from hexadecimal to decimal, FALSE if no change of the number format was done. If previous versions of this function the return value was always FALSE (because not asssigned) and therefore the return value TRUE is no incompatible change. Inout stOutputValue STRING stVariableValue STRING stMin STRING stMax STRING iFormatValue INT bInitFormatValue BOOL Input flags DWORD
VisuDlgUtil_CloseNumpadExtended2 (FUN) ¶ FUNCTION VisuDlgUtil_CloseNumpadExtended2 : BOOL This is an enhancement of function VisuDlgUtil_CloseNumpadExtended, that also adjusts the caret position and/or the selection. InOut: Scope Name Type Comment Return VisuDlgUtil_CloseNumpadExtended2 BOOL Always FALSE, do not use it Inout stOutputValue STRING stVariableValue STRING stMin STRING stMax STRING iFormatValue INT bInitFormatValue BOOL 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 flags DWORD
VisuDlgUtil_FormatExpToG (FUN) ¶ FUNCTION VisuDlgUtil_FormatExpToG : STRING InOut: Scope Name Type Return VisuDlgUtil_FormatExpToG STRING Input stValue STRING
OriPrimLinear_Create (FUN) ¶ FUNCTION OriPrimLinear_Create : BOOL InOut: Scope Name Type Inout errCtx SMRE.ErrorContext ef ElemFun traces ElemFunTraces Inout Const poseStart ElemFunPose poseDest ElemFunPose Return OriPrimLinear_Create BOOL
VisuDlgUtil_FormatValueToDec (FUN) ¶ FUNCTION VisuDlgUtil_FormatValueToDec : STRING InOut: Scope Name Type Comment Return VisuDlgUtil_FormatValueToDec STRING Input stVariableValue STRING the value as string, in hex format
VisuDlgUtil_FormatValueToHex (FUN) ¶ FUNCTION VisuDlgUtil_FormatValueToHex : STRING InOut: Scope Name Type Comment Return VisuDlgUtil_FormatValueToHex STRING Input stVariableValue STRING the value as string, in decimal format