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)
VisuFbTableColumnSimpleBase.DoUpdateCell (METH) ¶ METHOD PROTECTED DoUpdateCell : BOOL InOut: Scope Name Type Return DoUpdateCell BOOL Input iDataIndex INT pAnalyzeTextVars POINTER TO VisuElemBase.VisuFbAnalyzeTextVars Inout cell VisuFbElemSimple
VisuFbTableColumnSimpleBase.DoUpdateCellWithTemplate (METH) ¶ METHOD PROTECTED DoUpdateCellWithTemplate : BOOL InOut: Scope Name Type Return DoUpdateCellWithTemplate BOOL Input iDataIndex INT Inout cell VisuFbElemSimple
VisuFbTableColumnSimpleBase.DynamicCellsData (PROP) ¶ PROPERTY PROTECTED DynamicCellsData : POINTER TO VisuStructTableColumnSimpleDynamicCellsData
VisuFctDrawLineExUntransformed (FUN) ¶ FUNCTION VisuFctDrawLineExUntransformed : BOOL Simple draw line function that does not use IDrawContext This not trasform position depending on to the client InOut: Scope Name Type Comment Return VisuFctDrawLineExUntransformed BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver start VisuStructPoint start point end VisuStructPoint end point dwColor DWORD color iLineWidth INT line width eLineStyle VisuEnumPenStyle line style eCapStyle VisuEnumLineCapStyle cap style eJoinStyle VisuEnumLineJoinStyle join style xDrawUnchecked BOOL True if the drawing operation is to be executed in any case