IDataGrid.Images

Syntax

Images: IImageList;

Description

The Images property determines the component, which images are used in table cells.

Comments

As the property value, specify an ImageList or GlobalImageList component. The IDataGridRows.ImageIndex property is intended to use images in cells.

See also:

IDataGrid