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