VisuNativeElement.GetClientData (METH) ¶ METHOD GetClientData : POINTER TO VisuStructClientData InOut: Scope Name Type Return GetClientData POINTER TO VisuStructClientData
VisuNativeElement.GetCompleteSurroundingRect (METH) ¶ METHOD GetCompleteSurroundingRect : VisuStructSimpleRectangle InOut: Scope Name Type Return GetCompleteSurroundingRect VisuStructSimpleRectangle
VisuNativeElement.GetSurroundingRect (METH) ¶ METHOD GetSurroundingRect : CmpVisuHandler.VisuStructSimpleRectangle InOut: Scope Name Type Return GetSurroundingRect CmpVisuHandler.VisuStructSimpleRectangle
VisuNativeElement.HandleInput (METH) ¶ METHOD HandleInput : BOOL InOut: Scope Name Type Return HandleInput BOOL Input pEvent POINTER TO CmpVisuHandler.VisuStructEvent
IResizableVisualElement ¶ AttachResizeHandler (Method) Resize (Method)
VisuNativeElement.AttachResizeHandler (METH) ¶ METHOD AttachResizeHandler InOut: Scope Name Type Input resizeHandler IResizeHandler
VisuNativeElement.Resize (METH) ¶ METHOD Resize InOut: Scope Name Type Input widthIncrement INT heightIncrement INT
TrendFctGetTimestamp (FUN) ¶ FUNCTION TrendFctGetTimestamp : TIME This function takes a pointer to byte and traverses the corresponding memory and interprets it as a TIME variable. InOut: Scope Name Type Comment Return TrendFctGetTimestamp TIME Input pbByte POINTER TO BYTE Is used to traverse the buffer and to access the data to copy to xHasToSwap BOOL Indicates, whether the data in the buffer has to be swapped or not
IRowIdIterator (ITF) ¶ INTERFACE IRowIdIterator This interface is implemented by function blocks, that are able to iterate through a given set of row IDs. Methods: GetNextRowId GetSavedState HasNextRowId HasSavedState Initialize SaveState Structure: GetNextRowId (Method) GetSavedState (Method) HasNextRowId (Method) HasSavedState (Method) Initialize (Method) SaveState (Method)
IRowIdIterator.GetNextRowId (METH) ¶ METHOD GetNextRowId : LINT Returns the next row id to use. Before this method can be used, method Initialize has to be called. InOut: Scope Name Type Return GetNextRowId LINT