IDimensionViewer.Images

Syntax

Images: IImageList;

Description

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

Comments

A list of available values contains all the ImageList and GlobalImageList components located on the form.

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