TColorProperty Delphi Berlin 10.1.2? [英] TColorProperty Delphi Berlin 10.1.2?

查看:42
本文介绍了TColorProperty Delphi Berlin 10.1.2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将组件从Delphi 7转换为Delphi Berlin(flatstyle组件: https:// sourceforge.net/projects/flatstyle/



在源代码中进行了许多更改之后,我陷入了TColorPorperty



请参见以下内容:

  type 
TRxColorProperty = class(TColorProperty)
public
函数GetValue:字符串;覆盖
过程GetValues(Proc:TGetStrProc);覆盖
过程SetValue(常量值:字符串);覆盖

在Delphi 7中,此类位于VCLEditors单元中。但是我找不到在柏林的德尔福。 h2_lin>解决方案

我知道这不是您要的(由于我的信誉不佳,我无法对此发表评论),但是我在RAD Studio Seattle中使用了相同的组件。



这是
链接
需自担风险。



对她应用了delphi 7中相同的安装步骤。



关于;纳斯达丁。


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?

解决方案

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.

这篇关于TColorProperty Delphi Berlin 10.1.2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆