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.
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)
SysStrCmpI (FUN) ¶ FUNCTION SysStrCmpI : DINT InOut: Scope Name Type Comment Return SysStrCmpI DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer
SysStrCmpN (FUN) ¶ FUNCTION SysStrCmpN : DINT InOut: Scope Name Type Comment Return SysStrCmpN DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer diChars DINT Number of characters from the beginning of each string to be compared.
SysStrCmpNI (FUN) ¶ FUNCTION SysStrCmpNI : DINT InOut: Scope Name Type Comment Return SysStrCmpNI DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer diChars DINT Number of characters from the beginning of each string to be compared.
SysStrCpy (FUN) ¶ FUNCTION SysStrCpy : DWORD InOut: Scope Name Type Comment Return SysStrCpy DWORD Inout sString1 STRING(256) Destination string. Inout Const sString2 STRING(256) Source string
SysStrLen (FUN) ¶ FUNCTION SysStrLen : DINT InOut: Scope Name Type Comment Return SysStrLen DINT Input sString1 STRING(256) String.