Hi
J. Lefebvre wrote: > > METHOD XbpComboBox:new( ... ) > ::XbpSLE:New( ... ) // could also be written Super:New(...) as in > harbour Super will call the first inherited super class > // this code _is_ valid in harbour > RETURN Self > > METHOD XbpComboBox:create( ... ) > ::XbpSLE:create( ... ) // same here, this is just the same as calling > Super:Create(..) > RETURN Self > No, this does not work as intended. I need the instance of XbpSLE. Please look at other post in reply to Przemek's message. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/CLASSES---What-this-mean---tp24131028p24132747.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
