TNxIconColumn6
Column capable for displaying images from TImageList.
Usage
Cell display image from associated TImageList (Images) while using AsInteger value as an ImageIndex.
pas
NxIconColumn61.Images := ImageList1; NxIconColumn61.Button := True; // Cell will act as a button NextGrid61.AddRow; // Display third image in the cell NxIconColumn61.Cell[NxIconColumn61.Index, NextGrid1.LastAddedRow].AsInteger := 2;