Hello All

Please look at this code


CREATE CLASS XbpComboBox INHERIT XbpSLE, XbpListBox


ENDCLASS

METHOD XbpComboBox:new( ... )
   ::XbpSLE:init( ... )
RETURN Self

METHOD XbpComboBox:create( ... )
   ::XbpSLE:create( ... )
RETURN Self


Function Main()
   Local oCombo 

   oCombo := XbpComboBox( ... )

   oCombo:xbpSLE:callSomeFunOrProperty()
   ^^^^^^^^^^^^^^^^^^^^^^^^^

   // Where IS the instance of <oCombo:xbpSLE> called above.
   // I need to know can I manage this instance.

Return nil

My query may not be well-explained!

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/CLASSES---What-this-mean---tp24131028p24131028.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to