[Lazarus] Ann: TButtonEdit as replacement for TEditButton

Bart bartjunk64 at gmail.com
Thu Apr 10 19:08:45 CEST 2014


On 4/10/14, FreeMan <freeman35 at delphiturkiye.com> wrote:

> I was used TCustomEditButton class. Color property need variable so can
> write it in lfm. "FEdit: TBeEdit;" has no color property, its come
> always clBtnFace on my system. Kubuntu 13.10 x64. last trunc. In design
> time change to any color, look at lfm file, no color property value there.
> Regards

I can confirm this. It does not store in LFM.

Not sure why given the definition:
property Color: TColor read GetColor write SetColor stored True
default {$ifdef UseCLDefault}clDefault{$else}clWindow{$endif};

Please open a ticket in bugtracker.

Bart




More information about the Lazarus mailing list