IInputRectangleProvider.ProvideInputRectangleList (METH) ¶ METHOD ProvideInputRectangleList InOut: Scope Name Type Input inputRectangleMgr IInputRectangleMgr
IMultitouchElement.GetScrollValueProvider (METH) ¶ METHOD GetScrollValueProvider : IScrollValueProvider InOut: Scope Name Type Return GetScrollValueProvider IScrollValueProvider
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.