Skip to main content

TBasedxPrintStyle.ImageIndex Property

Specifies the index of the image used to represent the current print style.

Declaration

property ImageIndex: Integer read; write; default -1;

Property Value

Type
Integer

Remarks

If there is an image list assigned to the Images property, print styles can use the images from this list. The ImageIndex property specifies an appropriate image index for each print style. This image is displayed as an icon for a specific print style within the “Edit Print Styles“ window at design time or within the “Define Print Styles“ window at runtime.

See Also