Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Advanced Dropdown Controls
Changing the color selection style of the TAdvColorPickerDropDown

To change the color selection style use the code below:
AdvColorPickerDropDown1.ColorSelectionStyle := csColorCube;
Selection modes are:
csList
csDiscrete
csColorCube
csSpectrum