ITrendStorageAccessReadOperator.GraphColorRead (METH) ¶ METHOD GraphColorRead Notification, that the graph color of a variable was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables diGraphColor DINT The graph color of the variable
ITrendStorageAccessReadOperator.GraphTypeRead (METH) ¶ METHOD GraphTypeRead Notification, that the graph type of a variable was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables iGraphType INT The graph type of the variable
ITrendStorageAccessReadOperator.LineStyleRead (METH) ¶ METHOD LineStyleRead Notification, that the lien style was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables eLineStyle ETrendStoragePenStyle The line style
ITrendStorageAccessReadOperator.LineWidthRead (METH) ¶ METHOD LineWidthRead Notification, that the lien width was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables usiLineWidth USINT The line width
ITrendStorageAccessReadOperator.MaxWarningColorRead (METH) ¶ METHOD MaxWarningColorRead Notification, that the max warning color of a variable was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables diMaxWarningColor DINT The max warning color of the variable
ITrendStorageAccessReadOperator.MaxWarningThresholdRead (METH) ¶ METHOD MaxWarningThresholdRead Notification, that the maximum warning threshold of a variable was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables rMaxWarningThreshold REAL The maximum warning threshold
ITrendStorageAccessReadOperator.MinWarningColorRead (METH) ¶ METHOD MinWarningColorRead Notification, that the min warning color of a variable was read from table TblTrendConfiguration. InOut: Scope Name Type Comment Input iWhichVariable INT The 0 based index of the variable within all variables diMinWarningColor DINT The min warning color of the variable
OpenUserManagementDialog3 (FUN) ¶ FUNCTION OpenUserManagementDialog3 This function extends OpenUserManagementDialog2 by a new parameter ‘pPosition’ to set the dialog position. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData itfVisualElement VisuElems.IVisualElement The IVisualElement instance, that opens the dialog pPosition POINTER TO VisuElems.VisuStructSimpleRectangle position of the dialog value 0 (pointer NULL): open centered on visualization values in ptTopLeft: topleft x and y for the dialog
Private ¶ prvCheckUserMgrIsActive (Function)
prvCheckUserMgrIsActive (FUN) ¶ FUNCTION prvCheckUserMgrIsActive : BOOL Test if we are running with new RTS based user management or with the legacy one InOut: Scope Name Type Return prvCheckUserMgrIsActive BOOL