IDimensionViewer.Images

Syntax

Images: IImageList;

Description

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

Comments

All the values of the ImageList and GlobalImageList components, positioned on the form, are included in the allowed values list.

Use the ImageIndex property to set images in column headers. To set images for dictionary elements displayed in the component, use the OnGetNodeImage event, and edit the ImageIndex property of the argument of this event.

See also:

IDimensionViewer