VisuFbTableColumnSimpleBase.ContainsPoint (METH) ¶ METHOD ContainsPoint : BOOL InOut: Scope Name Type Return ContainsPoint BOOL Input iRow INT pt VisuStructPoint
VisuFbTableColumnSimpleBase.GetColWidth (METH) ¶ METHOD GetColWidth : INT Returns the widths of the column in pixels InOut: Scope Name Type Return GetColWidth INT
VisuFbTableColumnSimpleBase.GetMouseDownRectColumn (METH) ¶ METHOD GetMouseDownRectColumn : VisuStructSimpleRectangle InOut: Scope Name Type Return GetMouseDownRectColumn VisuStructSimpleRectangle
VisuFbTableColumnSimpleBase.GetRowCount (METH) ¶ METHOD GetRowCount : INT This method returns the number of rows the column InOut: Scope Name Type Return GetRowCount INT
VisuFbTableColumnSimpleBase.GetSurroundingRectCell (METH) ¶ METHOD GetSurroundingRectCell : VisuStructSimpleRectangle This method returns a VisuStructSimpleRectangle variable with the surrounding rectangle of a cell InOut: Scope Name Type Comment Return GetSurroundingRectCell VisuStructSimpleRectangle Input iRow INT The row of the cell
VisuFbTableColumnSimpleBase.GetSurroundingRectColumn (METH) ¶ METHOD GetSurroundingRectColumn : VisuStructSimpleRectangle This method return a VisuStructSimpleRectangle variable with the surrounding rectangle of the column InOut: Scope Name Type Return GetSurroundingRectColumn VisuStructSimpleRectangle
VisuFbTableColumnSimpleBase.GetSurroundingRectColumnStatic (METH) ¶ METHOD GetSurroundingRectColumnStatic : VisuStructSimpleRectangle InOut: Scope Name Type Return GetSurroundingRectColumnStatic VisuStructSimpleRectangle
VisuFbTableColumnSimpleBase.IncreaseCellCount (METH) ¶ METHOD IncreaseCellCount : BOOL Method to dynamically increase the cell count. InOut: Scope Name Type Return IncreaseCellCount BOOL Input nCells INT
VisuFbTableColumnSimpleBase.Initialize (METH) ¶ METHOD Initialize : BOOL Initializes the column. InOut: Scope Name Type Comment Return Initialize BOOL Input parentVisu IVisualisation The visualisation, where the table is embedded to dwRowHeaderColor DWORD The color to draw the button of column header dwColorFirst DWORD Color for the first row, used with style9 dwColorSecond DWORD Color for the second row, used with style9 dwColorGrid DWORD grid color / frame color bUseStyle9Look BOOL use different coloring of the rows: bUseBasicStyleLook BOOL another different look: some buttons are rectangles not used here
VisuFbTickMarkDrawer2.ProcessMinorTickMarks2 (METH) ¶ METHOD ProcessMinorTickMarks2 Replacement of method ProcessMinorTickMarks, that uses an ITickMarkProvider instead of explicitely passed REAL or LREAL values describing the minor tick marks. InOut: Scope Name Type Comment Input diIndexMajor DINT The 0-relative index if the major tick mark the minor tick mark belongs to. itfTickMarkProvider ITickMarkProvider The ITickMarkProvider instance providing the parameters for drawing the minor tick marks vecDelta VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks vecTickDir VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks