POUs ¶ GetLastMouseDownEvent (Function) GetLastMouseMoveEvent (Function) GetLastMouseUpEvent (Function) GetText (Function) GetTextByStringId (Function) Internal LocalStrlen (Function) LocalStrnCpy (Function)
GetLastMouseMoveEvent (FUN) ¶ FUNCTION GetLastMouseMoveEvent : BOOL Fills a structure with information about the last mouse move event. If there are several simultaneous visualization clients active, then events from all clients might be returned. Return value will be TRUE when the structure was filled or FALSE otherwise. Please Remark: Using this method for retrieving mouse events might not work together using the mechansim of IVisuUserEventManager InOut: Scope Name Type Comment Return GetLastMouseMoveEvent BOOL Input pMouseEvent POINTER TO MOUSEEVENT The structure that has to be filled with data.
GetLastMouseDownEvent (FUN) ¶ FUNCTION GetLastMouseDownEvent : BOOL Fills a structure with information about the last mouse down event. If there are several simultaneous visualization clients active, then events from all clients might be returned. Return value will be TRUE when the structure was filled or FALSE otherwise. Please Remark: Using this method for retrieving mouse events might not work together using the mechansim of IVisuUserEventManager InOut: Scope Name Type Comment Return GetLastMouseDownEvent BOOL Input pMouseEvent POINTER TO MOUSEEVENT The structure that has to be filled with data.
GetLastMouseUpEvent (FUN) ¶ FUNCTION GetLastMouseUpEvent : BOOL Fills a structure with information about the last mouse up event. If there are several simultaneous visualization clients active, then events from all clients might be returned. Return value will be TRUE when the structure was filled or FALSE otherwise. Please Remark: Using this method for retrieving mouse events might not work together using the mechansim of IVisuUserEventManager InOut: Scope Name Type Comment Return GetLastMouseUpEvent BOOL Input pMouseEvent POINTER TO MOUSEEVENT The structure that has to be filled with data.
GetText (FUN) ¶ FUNCTION GetText : BOOL Returns a text from a textlist object InOut: Scope Name Type Comment Return GetText BOOL Inout stResult STRING(512) The resulting string, will be filled with the value from the text list. If the referenced text is not found, an empty string will be returned. Input nResultLength INT The size of the string passed for stResult. This was only relevant in 2.3 so this value is ignored here! stPrefix STRING The text list name to look at dwID DWORD The id of the text that has to be searched
GetTextByStringId (FUN) ¶ FUNCTION GetTextByStringId : BOOL Returns a text from a textlist object InOut: Scope Name Type Comment Return GetTextByStringId BOOL Inout stResult STRING(512) The resulting string, will be filled with the value from the text list. If the referenced text is not found, an empty string will be returned. Input nResultLength INT The size of the string passed for stResult. This was only relevant in 2.3 so this value is ignored here! stPrefix STRING The text list name to look at stID STRING The id of the text that has to be searched
Internal ¶ LocalStrlen (Function) LocalStrnCpy (Function)
LocalStrnCpy (FUN) ¶ FUNCTION LocalStrnCpy : INT InOut: Scope Name Type Return LocalStrnCpy INT Input pStrSource POINTER TO BYTE pBufDest POINTER TO BYTE diDestBufSize DINT
LocalStrlen (FUN) ¶ FUNCTION LocalStrlen : DINT InOut: Scope Name Type Return LocalStrlen DINT Input pbt POINTER TO BYTE
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpDynamicText ¶ Library Identification ¶ Placeholder: CmpDynamicText Default Resolution: CmpDynamicText, * (System) Namespace: CmpDynamicText Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpDynamicText CmpVisuHandler ¶ Library Identification ¶ Placeholder: CmpVisuHandler Default Resolution: CmpVisuHandler, * (System) Namespace: CmpVisuHandler Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpVisuHandler VisuElems ¶ Library Identification ¶ Placeholder: System_VisuElems Default Resolution: VisuElems, 3.4.2.0 (System) Namespace: VisuElems Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: True Key: System_VisuElems