On Mon, 6 Feb 2012, Ron Pinkas wrote:
> :::Super:__Destructor()
Thank you!
Atte.
Vic
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is j
Hi Vicente,
::Super:Destructor()
Ron
--
From: "Vicente Guerra"
Sent: Friday, February 03, 2012 12:00 PM
To: "xHarbour-Developers List"
Subject: [xHarbour-developers] Subclassing DESTRUCTOR
> Hi!
>
Oops:
:::Super:__Destructor()
Ron
--
From: "Ron Pinkas"
Sent: Monday, February 06, 2012 3:56 PM
To: "Vicente Guerra" ; "xHarbour-Developers List"
Subject: Re: [xHarbour-developers] Subcla
Hi!
Is it possible to call a ::Super:Destructor()
method? I want to extend a class, but I need
to extend DESTRUCTOR too.
Thanks in advance.
Atte.
Vic
PROCEDURE MAIN
LOCAL x
? "Creating object..."
x := MyClass2():New()
? "Destroying..."
x := nil
? "End"
RETURN
#include "hb
4 matches
Mail list logo