Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCell6 Empty

Empty

Specifies whether cell will be considered as empty. If a cell is set as empty, value from EmptyCaption property of owner column will be displayed instead of real value of the cell.

pas
property Empty: Boolean read GetEmpty write SetEmpty;

Example

pas
NxNumberColumn61.EmptyCaption := 'none';
NextGrid61.Cell[NxNumberColumn61.Index, NextGrid61.SelectedRow].Empty := True;

Sign in