Developer

Empty

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

property Empty: Boolean read GetEmpty write SetEmpty;

Example:


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

See also