Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread EWB 3 Build 13 - Problem Declaring Class With Ancestor Name
Wed, May 27 2020 10:48 PMPermanent Link

Rob Frye

If a class is declared using the same name as the ancestor class, the IDE will abort when a build is performed.  There is no error message.

For example -

 TLabel = class(TLabel)
 end;

It would be unusual for someone to try this but it can come up accidentally when setting the Name property for components.  (e.g. setting the Name for a TDatabase to 'Database')

Rob
Fri, May 29 2020 12:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rob,

<< If a class is declared using the same name as the ancestor class, the IDE will abort when a build is performed.   >>

This is now fixed for build 14.

Thanks !

Tim Young
Elevate Software
www.elevatesoft.com
Image