Table of Contents

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

  1. Drop TTMSFNCColorPicker on the form.
  2. Set SelectedColor for the initial value.
  3. Adjust the drop-down size when the selector needs more room.
  4. Handle OnColorSelected to 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