Subject Custom components name parameter
From Russ Fisher <rfisher@ccnintl.com>
Date Fri, 13 Dec 2019 12:02:41 -0500
Newsgroups dbase.getting-started

At the end of Phase IV of the tutorial where you have just created all the custom components, you are advised to edit the Mycontrols.cc file and remove the "name" parameter from all the class definitions.  In his book, Ken Mayer goes into more detail about the reason for this, stating that dBase streams out the wrong name for the class.

My question is, is there ever a time when you would WANT that behavior?  If not, then why, after so many generations of dBase, have the devs not fixed that - to either stream the correct name or remove the parameter from any class definitions based on a custom class?  That would eliminate one more "thing" you have to remember to change while designing or editing an application.

Naively,
Russ