ImageEn, unit iexColorPalette |
|
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.
// Show colors of a TImageEnView
IEColorPalette1.Selectable := False;
IEColorPalette1.MaxColors := 65536;
IEColorPalette1.AssignPalette( ImageEnView1 );