[lazarus] Done for the night

Michael A. Hess mhess at miraclec.com
Sat Jul 10 22:29:04 EDT 1999


Shane Miller wrote:
> 
> Remember though, you don't really want to take out TCustomForm because
> we really would want to move all relevant calls and methods to that so
> people would inherit that class instead of TForms.  So make sure you
> aren't taking out classes when moving methods is what's really needed.

For some of the controls like buttons, comboboxes, etc. you are correct.
Maybe in a different situation like Delphi itself TCustomForms might
have been required. However in what you currently have TForms consisted
of

TForm = class (TCustomForm)
   constuctor .....
   destructor ...
end.

and the only things that constructor and destructor did was

inherited Create

and 

inherited Destroy

So what good was it? It just made for another layer that didn't do
anything.

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list