VisuNativeElement.Paint (METH) ¶ METHOD Paint : BOOL InOut: Scope Name Type Return Paint BOOL Input dwFlags DWORD
VisuNativeElement.SetClientData (METH) ¶ METHOD SetClientData : BOOL InOut: Scope Name Type Return SetClientData BOOL Input pClientData POINTER TO VisuStructClientData
not implemented ¶ Destruct (Method) GetText (Method) GetTextProperties (Method) GetTooltip (Method) GetUpdateRects (Method) SetStaticState (Method) Update (Method)
VisuNativeElement.Destruct (METH) ¶ METHOD Destruct : BOOL InOut: Scope Name Type Return Destruct BOOL
VisuNativeElement.GetText (METH) ¶ METHOD GetText : Visu_TypeString InOut: Scope Name Type Return GetText Visu_TypeString
VisuNativeElement.GetTextProperties (METH) ¶ METHOD GetTextProperties : BOOL InOut: Scope Name Type Comment Return GetTextProperties BOOL Output Font VisuStructFont dwOptAlignment DWORD returns the alignment dwFlags DWORD returns the flags, eg if pText points to WSTRING
VisuNativeElement.GetTooltip (METH) ¶ METHOD GetTooltip : Visu_TypeString InOut: Scope Name Type Return GetTooltip Visu_TypeString
TrendFctCursorSearchFirstRow (FUN) ¶ FUNCTION TrendFctCursorSearchFirstRow : STO.IRow Returns the first row matching the passed INT value to search or 0 if not found. We need this function, because CursorSearch_INT might find the 2nd occurrence. If this function returns a valid IRow instance the caller is responsible to call the RowRelease method after using the IRow instance. InOut: Scope Name Type Comment Return TrendFctCursorSearchFirstRow STO.IRow Input itfCursor STO.ICursor iIdToSearch INT Output eError STO.ERROR Returns the error code
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)