Unused Properties

Hi,

A lot of the properties for most of the controls are not used but are still present and cause a compiler error when set e.g. anything to do with bevels.

I accidentally set Ctl3D for a TTMSFNCListBox and this also causes a compiler error but I cannot reset it. I tried removing the line form the dfm but this did not change it. How can I reset this? At present I cannot compile the application.

Can you please remove the properties that cause these issues.

Regards,

Ken


The IDE makes it necessary that at design-time, technically, this concerns VCL components and VCL components have by default some properties published that we can't unpublish.
We'll look if we can improve though on non-basic VCL classes used for the design-time.

Would it be possible to access the bevel properties?  I have for example a TTMSFNCWidgetLCDLabel and I'd really like to remove the bevel altogether to improve the appearance in my design.

Default the TTMSFNCWidgetLCDLabel isn't using any bevel, so i'm confused what kind of bevel you'd wish to remove?