VisuSecureTappingKeyEvent.DoSecureTapping (METH) ¶ METHOD DoSecureTapping : BOOL InOut: Scope Name Type Return DoSecureTapping BOOL Input pClient POINTER TO VisuStructClientData itfVisualization IVisualisation
Webvisu ¶ Visu_FbWebserver (FunctionBlock) FB_Exit (Method) OpenIfNecessary (Method)
Visu_FbWebserver (FB) ¶ FUNCTION_BLOCK Visu_FbWebserver Methods: FB_Exit OpenIfNecessary Structure: FB_Exit (Method) OpenIfNecessary (Method)
Visu_PRG (PRG) ¶ PROGRAM Visu_PRG as this program is called by the taskconfiguration, we leave it as visible to the user Properties: IsRunning KeepAliveClients Methods: HandleForIntegratedVisu InitializeVisusAndDialogs Structure: CheckSecureTapping (Action) CheckUnusedClients (Action) ClientRelevantOnlineChangeDone (Action) DoCurrentVisuHandling (Action) HandleForIntegratedVisu (Method) Initialization (Action) InitializeVisusAndDialogs (Method) InvalidateAllClients (Action) IsRunning (Property) KeepAliveClients (Property) RemoveAllTargetVisuClients (Action) ResourcesOnlineChangeHandling (Action)
Visu_PRG.CheckSecureTapping (ACT) ¶ Not needed for the converted code, because not supported
Visu_PRG.CheckUnusedClients (ACT) ¶
Visu_PRG.ClientRelevantOnlineChangeDone (ACT) ¶ No online change in integrated visualization resp. web visualization
IGridProvider.NumberOfRows (PROP) ¶ PROPERTY NumberOfRows : DINT The number of rows of the grid.
IInputOnElementEventHandler (ITF) ¶ INTERFACE IInputOnElementEventHandler EXTENDS __SYSTEM.iQueryInterface queryinterface to be extensible in the future could be used by endusers too -> visible Methods: HandleInputOnElementEvent Structure: HandleInputOnElementEvent (Method)
IInputOnElementEventHandler.HandleInputOnElementEvent (METH) ¶ METHOD HandleInputOnElementEvent : BOOL This method will be called when an input on a visualization element was executed. The event is only triggered if any action is performed in the element. The following actions can be triggered: - Optical change in the element - e.g. selection changes - Change of an IEC variable by the element - Call a configured method - e.g. OnMouseDown OnMouseEnter and OnMouseLeave do not trigger this event. The event is triggered on an area in the element if this area can cause a change. At least one event is triggered by any VisuEnumInputInputOnElementType. It can also happen that several different VisuEnumInputOnElementType events are triggered by one input. e.g. sometimes only VisuEnumInputOnElementType.MouseDown, sometimes only VisuEnumInputOnElementType.MouseUp, sometimes both events VisuEnumInputOnElementType.MouseDown and VisuEnumInputOnElementType.MouseUp. RETURN: TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler InOut: Scope Name Type Return HandleInputOnElementEvent BOOL Input event VisuStructInputOnElementEvent