Getting Started with TMS FNC Color Picker
Use TTMSFNCColorPicker when a form needs a drop-down color selector with a selected color value that can be applied to another control, drawing style, or stored setting.
Select a Color
- Drop
TTMSFNCColorPickeron the form. - Set
SelectedColorfor the initial value. - Adjust the drop-down size when the selector needs more room.
- Handle
OnColorSelectedto apply the selected color.
TMSFNCColorPicker1.SelectedColor := gcRed;
TMSFNCColorPicker1.OnColorSelected := TMSFNCColorPicker1ColorSelected;
Next Steps
| Task | Guide |
|---|---|
| Configure the selected color and react to user selection | Color selection |