IVisualizationStyle.GetUDINT (METH) ¶ METHOD GetUDINT : UDINT This method searches for a style entry of type UDINT and returns the according value if found. InOut: Scope Name Type Comment Return GetUDINT 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.
Structures ¶ VisuStructClientTagData (Struct) VisuStructColors (Struct) VisuStructColorsInfo (Struct) VisuStructElementState (Struct) VisuStructFont (Struct) VisuStructPointD (Struct) VisuStructRadius (Struct) VisuStructSimpleRectWithBorder (Struct) VisuStructSimpleRectangleD (Struct) VisuStructSingleIECTouchInfo (Struct) VisuStructTextProperties (Struct) Visu_StructSelectionChangedData (Struct)
VisuStructClientTagData (STRUCT) ¶ TYPE VisuStructClientTagData : STRUCT This struct must be used only when it is guaranteed that we work with CmpVisuHandler >= 3.5.5 InOut: Name Type Comment numTags INT CHECKED_OMIT pTags POINTER TO ARRAY [0..5] OF Visu_ClientTagData CHECKED_OMIT
IScrollValueProvider.CurrentValueY (PROP) ¶ PROPERTY CurrentValueY : DINT
IScrollValueProvider.CurrentValueX (PROP) ¶ PROPERTY CurrentValueX : DINT
IScrollValueProvider.HandleInput (METH) ¶ METHOD HandleInput : BOOL InOut: Scope Name Type Return HandleInput BOOL Input pEvent POINTER TO VisuStructEvent
IScrollValueProvider.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Input elem IMultitouchElement
IScrollValueProvider.Paint (METH) ¶ METHOD Paint InOut: Scope Name Type Input dwFlags DWORD
IScrollValueProvider.SetClientData (METH) ¶ METHOD SetClientData InOut: Scope Name Type Input pClientData POINTER TO VisuStructClientData
VisuStructPointD (STRUCT) ¶ TYPE VisuStructPointD : STRUCT InOut: Name Type diX DINT diY DINT