Library Vcl NextSuite 6 NextGrid6 Reference Classes TNextGrid6

TNextGrid6

Unit
NxGrid6.pas (Sources\Next Grid)

Methods

NameDescription
AddChildRowAdd child row(s) inside an existing parent row.
ClearDelete all columns and rows in grid.
ClearRowsDelete all rows in grid.
DeleteChildRowDelete child row with specified absolute index.
FullCollapseRecursively collapse all rows in grid.
FullExpandRecursively expands all rows in grid.
UnhideAllSet Visible to True for all rows in grid.

Properties

NameDescription
AutoCalculateSpecifies whether formulas (sum, average etc.) in the footer will be automatically re-calculated (Recalculate method) after value of a cell is changed.
AutoFitCalls BestFitCol or/and BestFitRow methods automatically after value of a cell is changed.

Events

NameDescription
OnCellChangeOccurs after cell is changed in some manner (e.g. value changed, Font changed etc.)
OnCellCompareCalled during sorting process.
OnRowExpandedChangeExpanded property of a row is changed.

Sign in