Developer

Images

Specifies ImageList to be used

property Images: TCustomImageList read FImages write SetImages;
Each row can have own image that is specified by position inside Images property of the column. The property is ImageIndex.

Example:


NextGrid61.Row[NextGrid61.SelectedRow].ImageIndex := 2;

See also