Hola a todos
¿alguien sabría como clonar un objeto, hacer un duplicado del mismo?
Un saludo
Function Main()
LOCAL u,v
u := miClase():c()
u:s := "objeto u"
v := __objClone( u )
? v:s // "objecto u"
? v:b() // 1
RETURN NIL
CLASS miClase
DATA s
DATA t
METHOD a()
METHOD B INLINE a() // esto crea un codeblock
METHOD c()
ENDCLASS
METHOD c() CLASS miClase
RETURN Self
METHOD a() CLASS miClase
RETURN 1
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 44 guests