TFormControlInspectorEditLink - return Color

Did you try something like:


procedure TForm3.FormControlInspectorEditLink1SetEditorProperties(
  Sender: TObject; Item: TInspectorItem; AControl: TWinControl);
begin
  (AControl as TAdvColorPickerDropDown).SelectedColor := InspectorBar1.Panels[0].Items[0].ColorValue;
end;