IMultitouchElement.OnScrollValueChanged (METH) ¶ METHOD OnScrollValueChanged InOut: Scope Name Type Input dx INT dy INT
IOptionalMultitouchElement.IsMultitouchElementActive (METH) ¶ METHOD IsMultitouchElementActive : BOOL InOut: Scope Name Type Return IsMultitouchElementActive BOOL Input dwFlags DWORD
VisuStructColors (STRUCT) ¶ TYPE VisuStructColors : STRUCT InOut: Name Type Initial dwFrameColor DWORD 16#FF000000 dwFillColor DWORD 16#FFFFFFFF
VisuStructColorsInfo (STRUCT) ¶ TYPE VisuStructColorsInfo EXTENDS VisuStructColors : STRUCT Extends VisuStructColors with a flag indicating whether an alarm color is used. InOut: Name Type Initial Inherited from dwFrameColor DWORD 16#FF000000 VisuStructColors dwFillColor DWORD 16#FFFFFFFF VisuStructColors bAlarmColor BOOL
VisuStructElementState (STRUCT) ¶ TYPE VisuStructElementState : STRUCT InOut: Name Type Initial bInvisible BOOL FALSE bInputDeactivated BOOL FALSE
VisuStructFont (STRUCT) ¶ TYPE VisuStructFont : STRUCT workaround for styles feature (name is not available in the factory due to a known problem of the converter), so we generate a generic setter for this one InOut: Name Type Initial Comment Name STRING ‘Arial’ Height INT 12 Flags DWORD 16#0 CharSet DWORD 16#0 This member doesn’t have any effect at the moment, so it shouldn’t be visible Color DWORD 16#FF000000
IVisualizationStyle (ITF) ¶ INTERFACE IVisualizationStyle Methods: GetColor GetDINT GetFont GetFontWithColor GetString GetUDINT Structure: GetColor (Method) GetDINT (Method) GetFont (Method) GetFontWithColor (Method) GetString (Method) GetUDINT (Method)
IVisualizationStyle.GetColor (METH) ¶ METHOD GetColor : UDINT This method searches for a style entry of type Color and returns the according value if found. InOut: Scope Name Type Comment Return GetColor UDINT Input stStyleKey STRING The name of the style entry to seach for. udiDefault UDINT The default value to use if the entry is not found. pOptResult POINTER TO UDINT An optional result error code. Common result values are Errors.ERR_OK if a valid style was found or Errors.ERR_INVALIDID if no style entry was found. In this case, the method will return the default value.
IVisualizationStyle.GetDINT (METH) ¶ METHOD GetDINT : DINT This method searches for a style entry of type DINT and returns the according value if found. InOut: Scope Name Type Comment Return GetDINT DINT Input stStyleKey STRING The name of the style entry to seach for. diDefault DINT The default value to use if the entry is not found. pOptResult POINTER TO UDINT An optional result error code. Common result values are Errors.ERR_OK if a valid style was found or Errors.ERR_INVALIDID if no style entry was found. In this case, the method will return the default value.
VisuFbFileTransferManager.RequestStreamingVisuToPlc2 (METH) ¶ METHOD RequestStreamingVisuToPlc2 InOut: Scope Name Type Comment Input itfVisuStreamWriter IVisuStreamWriter This must be an instance of IVisuStreamWriter, processes the data sent from the visualization to the plc pxOptTransferActive POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether currently the streaming is active pxOptTransferSuccessful POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether the last streaming was successful or not pxOptErrorCode POINTER TO Visu_AllNumericTypesUnion Point to an optionally configured numeric variable, that will receive the error code tcOptErrorCodeType __SYSTEM.TYPE_CLASS Contains the type of the variable pxOptErrorCode points to xDoNotUsePropertyInfo BOOL This flag is TRUE, when called from the generated code of the visualization, where the compiler define VISU_USEPROPERTYINFO might be defined. dwControlFlags DWORD iftElement IVisualElement