VisuElemLayer.Id (PROP) ¶ PROPERTY Id : INT
VisuElemLayer.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Return Initialize BOOL
VisuElemLayerData (STRUCT) ¶ TYPE VisuElemLayerData : STRUCT InOut: Name Type Initial iX INT iY INT iWidth INT -1 iHeight INT -1 xScrollableX BOOL xScrollableY BOOL xInitialized BOOL TRUE
VisuElemSelectionLayer.Paint (METH) ¶ METHOD Paint
VisuElemSelectionLayer (FB) ¶ FUNCTION_BLOCK VisuElemSelectionLayer IMPLEMENTS IVisualElementLayer Properties: Initialized Methods: Initialize Paint PreventLegacyPositionAdaption SetClientData UpdatePosition Structure: Initialize (Method) Initialized (Property) Paint (Method) PreventLegacyPositionAdaption (Method) SetClientData (Method) UpdatePosition (Method)
VisuElemSelectionLayer.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Return Initialize BOOL Input selectableElem ISelectable
VisuElemSelectionLayer.Initialized (PROP) ¶ PROPERTY Initialized : BOOL
debugging ¶ TrendFctShowLossOfPrecisionWarning (Function) TrendFctShowUnsupportedFunctionWarning (Function)
TrendFctShowLossOfPrecisionWarning (FUN) ¶ FUNCTION TrendFctShowLossOfPrecisionWarning This function is used to determine the situation, where “old” structures, function blocks or methods are used, that don’t support 64 bit timestamps for the trend element. This function should be called at the appropriate locations in the code and only called by conditional compilation (compiler define TREND_SHOW_LOSS_OF_PRECISION_WARNING)
TrendFctShowUnsupportedFunctionWarning (FUN) ¶ FUNCTION TrendFctShowUnsupportedFunctionWarning This function is used to determine the situation, where unsupported functionality is called, where normally a newer function or method is supposed to be called. Activated by conditional compilation (compiler define TREND_SHOW_UNSUPPORTED_FUNCTION_WARNING)