May 02, 2024, 03:00:36 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Proper nomenclature

Started by LarryMc, January 06, 2006, 05:38:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Would it be proper to say:

class window                           'a base class
class CControl : window            'a derived class
class CButton : CControl            'a derived class of a derived class
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Zen

Yes it would. Take a look in the GUI.inc file in the bin directory of your aurora installation for information about that stuff.

Lewis

Parker

The class part is right, just make sure you're not using ' for comments otherwise it will give you errors ;)