ImageEn, unit iexColorPalette

TIEColorPalette.Selectable

TIEColorPalette.Selectable

Declaration

property Selectable: Boolean;

Description

Specify whether colors can be selected within the component. Set to false for a read-only component that only displays colors.

Example

// Show colors of a TImageEnView
IEColorPalette1.Selectable := False;
IEColorPalette1.MaxColors := 65536;
IEColorPalette1.AssignPalette( ImageEnView1 );