Read specifier for LeftCol Read specifier for ColWidths Read specifier for RowHeights Returns the current rowheight Read specifier for TopRow Read specifier for VisibleRowCount Write specifier for Col Write specifier for RawColWidths Write specifier for ColCount Write specifier for DefColWidth Write specifier for DefRowHeight Write specifier for Editor Write specifier for FixedCols Write specifier for FixedRows Write specifier for GridLineColor Write specifier for LeftCol Write specifier for Options Write specifier for Row Write specifier for RowCount Write specifier for ScrollBars Write specifier for TopRow Before move selection method. This method is called from TCustomGrid.MoveExtend method. This method is called whenever the current grid cursor location is about to change, the destination column and row are specified in DCol and DRow parameters respectively. The new location is known to be a valid selectable cell (see ), and is given in absolute cell coordinates. At this point the current grid location has not changed and can be retrieved with Col and Row properties. The purpose of this method in TCustomGrid is to call event handler OnBeforeSelection. ScrollBarShow method Change the appearance of the scrollbars in the grid. 'Which' can be any of : SB_BOTH, SB_VERT, SB_HORZ 'aValue' can be True or False ScrollBarAutomatic method Check if scrollbars are shown automatically by the grid or not. 'Which' can be any of : SB_BOTH, SB_VERT, SB_HORZ Sort method Method to sort all items in the grid Current column index. Col property holds the column index of the current grid cell cursor. The current grid column can be changed programatically by setting a new value to this property. Number of columns. This is the number of columns in the grid, including fixed and normal columns. clear all cells from the grid. Reset Column and Row counts to 0. Grid is completely emptied. Compatibility: This is a Lazarus grids only property, under Delphi/Kylix a grid can't be completly emptied. Draw rubberband rect Draw a rubberband around the provided cellrect Segunda linea de texto