Developer

TNxIconColumn6

Column capable for displaying images from TImageList.

Unit: NxColumns6.pas (Sources\Next Grid)

Hierarchy

TPersistant

TComponent

TNxColumn6

TNxIntegerColumn6

TNxIconColumn6

Usage


Cell display image from associated TImageList (Images property) while using AsInteger value as ImageIndex.

NxIconColumn61.Images := ImageList1; NxIconColumn61.Button := True; // Cell will act as button NextGrid61.AddRow; // Display 3rd image in cell NxIconColumn61.Cell[NxIconColumn61.Index, NextGrid1.LastAddedRow].AsInteger := 2;

See also