VisuFbMoveRelativeTapAware.prvIsChangedToPreviousCall (METH) ¶ METHOD prvIsChangedToPreviousCall : BOOL InOut: Scope Name Type Return prvIsChangedToPreviousCall BOOL
ContainerSizeProvider.Height (PROP) ¶ PROPERTY Height : INT
ContainerSizeProvider.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Return Initialize BOOL Input itfVisualization IVisualisation
Private ¶ DoAddScrollLimits (Method) DoAddZoomLimits (Method)
VisuFbRectangleListManager.DoAddScrollLimits (METH) ¶ METHOD DoAddScrollLimits : BOOL InOut: Scope Name Type Return DoAddScrollLimits BOOL Input minX DINT minY DINT maxX DINT maxY DINT
VisuFbRectangleListManager.DoAddZoomLimits (METH) ¶ METHOD DoAddZoomLimits : BOOL InOut: Scope Name Type Return DoAddZoomLimits BOOL Input minFactor REAL maxFactor REAL
Functions ¶ GetChar (Function) SplitTextListId (Function) StrCaseCmpW (Function) StrCpyWtoA (Function)
GetChar (FUN) ¶ FUNCTION GetChar : BYTE Get ASCII characters as single byte InOut: Scope Name Type Comment Return GetChar BYTE Input sChar STRING Char to get
SplitTextListId (FUN) ¶ FUNCTION SplitTextListId : INT It splits the “one string” text in text list name and text ID Return values: 0 -> Ok -1 -> there are UNICODE chars, sobstitute with ‘?’ -2 -> invalid input pointers -3 -> not valid input string: e.g. ‘myproject.text.id’ InOut: Scope Name Type Comment Return SplitTextListId INT Input rwStr REFERENCE TO WSTRING “one string” text rsTLName REFERENCE TO STRING Text list name rsTLIndex REFERENCE TO STRING Text list ID
StrCaseCmpW (FUN) ¶ FUNCTION StrCaseCmpW : INT It does a caseinsensitive comparison of two wstrings Return values: 0 -> the strings are equal -1 -> pwStr1 is less than pwStr2 1 -> pwStr1 is larger than pwStr2 -2 -> Error: An invalid string (ie. Null-Pointer is given) InOut: Scope Name Type Return StrCaseCmpW INT Input rwStr1 REFERENCE TO WSTRING rwStr2 REFERENCE TO WSTRING