Page 2 of 2

PostPosted: Mon May 15, 2006 9:42 pm
by James Bott
Enrico,

>No, you will only need it if you are going to make a control.

And apparently you need it only sometimes when it is a control. For instance, the DBCombo class inherits from the TCombobox class but doesn't have lRegistered (and it works fine). Perhaps lRegistered should be added, but one wonders why it works without it.

James

PostPosted: Mon May 15, 2006 9:55 pm
by Enrico Maria Giordano
Because you are inheriting from a standard Windows control and not creating a new custom control.

EMG

PostPosted: Mon May 15, 2006 11:08 pm
by James Bott
Enrico,

>Because you are inheriting from a standard Windows control and not creating a new custom control.

Thanks for clarifying that.

James