ClassSel

ClassSel

Postby Otto » Wed Feb 13, 2008 9:01 am

could someone provide a short translation from these links
or a description of CLASSSEL()

Thanks in advance
Otto

http://fivetechsoft.com/forums/viewtopi ... t=classsel

http://fivetechsoft.com/forums/viewtopi ... t=classsel

http://fivetechsoft.com/forums/viewtopi ... t=classsel


local o := ErrorNew() // Vamos a ver las DATAs de un objeto error
local aInfo := o:ClassSel()

for n = 1 to Len( aInfo )
if Left( aInfo[ n ], 1 ) == "_"
MsgInfo( SubStr( aInfo[ n ], 2 ) )
endif
next
User avatar
Otto
 
Posts: 6328
Joined: Fri Oct 07, 2005 7:07 pm

Postby Antonio Linares » Wed Feb 13, 2008 9:23 am

Otto,

It returns an array with all the names of the methods and datas of the class.

Datas are returned twice, with "_" before for assignment, and without it to retrive their values.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42080
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Otto » Wed Feb 13, 2008 10:41 am

Antonio, thank you.
Regards,
Otto
User avatar
Otto
 
Posts: 6328
Joined: Fri Oct 07, 2005 7:07 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 60 guests