Search code examples
delphicomponentsvcldelphi-10.1-berlin

TColorProperty Delphi Berlin 10.1.2?


I'm trying to convert a component from Delphi 7 to Delphi Berlin (flatstyle component: https://sourceforge.net/projects/flatstyle/)

After many changes in the source, i´m stuck in TColorPorperty

See below:

type
  TRxColorProperty = class(TColorProperty)
  public
    function GetValue: string; override;
    procedure GetValues (Proc: TGetStrProc); override;
    procedure SetValue (const Value: string); override;

In Delphi 7, this class is in VCLEditors unit. But i can´t find in Delphi Berlin.

Someone can tell me where to find her in Delphi Berlin?


Solution

  • I know this is not what you asked (due to my low reputation points I could not comment this) but I'm using the same component on RAD studio Seattle. It is not tested on Berlin though.

    Here is the link. Use it on your own risks.

    The same installation steps in delphi 7 are applied her.

    Regards; Nasreddine.