Página 1 de 1

Xharbour / Xailer Base Class

Publicado: Jue Jun 19, 2008 12:26 am
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

Xharbour / Xailer Base Class

Publicado: Jue Jun 19, 2008 1:12 pm
por ignacio
Nick,
That is part of xHarbour documentation. Please consult on xHarbour.org or
xHarbour.com to get its complete documentation.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:48598bb9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> 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
>
>

Xharbour / Xailer Base Class

Publicado: Jue Jun 19, 2008 1:12 pm
por NoName
Nick,
That is part of xHarbour documentation. Please consult on xHarbour.org or
xHarbour.com to get its complete documentation.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:48598bb9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> 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
>
>