I'm using the OnGetColors event of the TColorBox component, but I can't figure out how add new colors using the Items property of the item parameter of the Event.
procedure (Sender: TCustomColorBox; Items: TStrings) of object;
How I must add new colors to the TColorBox using the Items property?