VisuFbTableColumnSimpleBase.SetClientData (METH) ¶ METHOD SetClientData : BOOL Overrides the method our our super function block and passes the information to all our cells InOut: Scope Name Type Comment Return SetClientData BOOL Input pClientData POINTER TO VisuStructClientData See Interface IVisualElement
VisuFbTableColumnSimpleBase.SetVisible (METH) ¶ METHOD SetVisible : BOOL Sets the column visible or invisible InOut: Scope Name Type Comment Return SetVisible BOOL Input bVisible BOOL TRUE if the column is visible, otherwise FALSE
VisuFbTableColumnSimpleBase.UpdateDynamicCells (METH) ¶ METHOD UpdateDynamicCells : BOOL InOut: Scope Name Type Return UpdateDynamicCells BOOL
VisuFbTableColumnSimpleBase.protPaintCell (METH) ¶ METHOD protPaintCell : BOOL This method implements the “abstract” method of our super function block to draw the content of a particular cell of the column InOut: Scope Name Type Comment Return protPaintCell BOOL Input iDataIndex INT The index within the data array (i.e. considering the first visible row in the table), that is used to retrieve the data of the cell iFirstVisibleRow INT the first visible row dwPaintFlags DWORD The flags that are passed to IVisualElement.Paint
VisuFbTableColumnSimpleBase.protUpdateCell (METH) ¶ METHOD protUpdateCell : BOOL This method implements the “abstract” method of our super function block to update the visualisation elements, that render the cells of the column InOut: Scope Name Type Comment Return protUpdateCell BOOL Input cellPosition VisuStructPaintRectangle the position of the cell iDataIndex INT The index within the data array (i.e. considering the first visible row in the table), that is used to retrieve the data of the cell iFirstVisibleRow INT the first visible row
virtual ¶ DoUpdateCell (Method) DoUpdateCellWithTemplate (Method) DynamicCellsData (Property) DynamicCellsDataBase (Property) IsCellSelected (Method) TemplateActive (Property)
VisuElemsSpecialControls Library Documentation ¶ Company : System Title : VisuElemsSpecialControls Version : 4.6.0.0 Categories : Intern|Visu Author : CODESYS Development GmbH Placeholder : System_VisuElemsSpecialControls Description [ 1 ] ¶ This library contains special controls for the visualization in CoDeSys 3.0. Contents: ¶ TL_ElementProperties (TextList) private Struct Indices and tables ¶ [ 1 ] Based on VisuElemsSpecialControls.library, last modified 23.05.2024, 09:54:49. LibDoc 4.5.0.0 The content file VisuElemsSpecialControls.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 23.05.2024, 09:54:53.
TL_ElementProperties (Text List) ¶
private ¶ Struct VisuStructElemBaseClientSpecificData (Struct) VisuStructRectangularElementUtilBaseClientSpecificData (Struct) VisuStructWaitingCubeClientSpecificData (Struct) VisuStructWaitingFlowerClientSpecificData (Struct)
TrendStorageReaderValueConverter.ConvertToString (METH) ¶ METHOD ConvertToString : STRING Converts a value read from the trend storage into a suitable string representation. InOut: Scope Name Type Comment Return ConvertToString STRING Input iWhichVariable INT A 0-based index of the variable within all variables, i.e. must be less the parameter iCountVariables of method SetVariableConfiguration liValue LINT The value, that was read from TblTrendData xValueNULL BOOL Indicates, whether NULL is stored in the trend storage Output eError ETrendStorageReaderErrors Returns a ETrendStorageReaderErrors value indicating, where the processing was completed successfully or not. ETrendStorageReaderErrors.NoError: Completed successfully ETrendStorageReaderErrors.InvalidCall: ConvertToString was called without calling method SetVariableConfiguration before ETrendStorageReaderErrors.WrongParameter: The value of the parameter iWhichVariable is invalid