Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxIconColumn6

TNxIconColumn6

Column capable for displaying images from TImageList.

TNxIconColumn6

Unit
NxColumns6.pas (Sources\Next Grid)

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;

Sign in