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
Adding custom colors in the TAdvColorPickerDropDown

To add custom colors in the TAdvCalculatorDropDown component use the code below:
with AdvColorPickerDropDown1.Colors.Add do 
begin 
  Color := clWebSnow; 
  Caption := 'Web Snow';
end;