In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xharbour / Xailer Base Class

Xailer professional forum in English
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Xharbour / Xailer Base Class

Mensaje por Nick Hilder »

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
Responder