Xharbour / Xailer Base Class
Publicado: Jue Jun 19, 2008 12:26 am
Hi Guys
Could you please add to the Xailer help file the xh/xailer base class
details.
For example if I did this
CLASS Test
CONSTRUCTOR Create()
........
END Class
Then this
WITH OBJECT o := Test():New()
:Create()
END
I can then do this
o:ClassName -> Test
It would be very handy to know "the defaults" of an xailer/xh class.
Even better if you include the reflection methods that can be used, like
__GetMethodList()
It seems the one thing missing in all xharbour docs. I don't really program
not using OOP, albeit simple OPP.
Cheers
Nick
Could you please add to the Xailer help file the xh/xailer base class
details.
For example if I did this
CLASS Test
CONSTRUCTOR Create()
........
END Class
Then this
WITH OBJECT o := Test():New()
:Create()
END
I can then do this
o:ClassName -> Test
It would be very handy to know "the defaults" of an xailer/xh class.
Even better if you include the reflection methods that can be used, like
__GetMethodList()
It seems the one thing missing in all xharbour docs. I don't really program
not using OOP, albeit simple OPP.
Cheers
Nick