Images
Specifies TImageList
to be used for drawing icons beside the text inside cells.
pas
property Images: TCustomImageList read FImages write SetImages;
Each row can have own image (specified by ImageIndex
property) that is specified by position inside Images
property of the column.
Example
pas
NextGrid61.Row[NextGrid61.SelectedRow].ImageIndex := 2;