Great idea!
On Thu, Apr 18, 2013 at 3:55 PM, Zaher Dirkey wrote:
> I think it is not the first time this topic was opened, but still think we
> need when using object to have automatically destructor called by compiler
> when the object freed
>
> TmyObject = object
>FSQL: TStringList;
>
I think it is not the first time this topic was opened, but still think we
need when using object to have automatically destructor called by compiler
when the object freed
TmyObject = object
FSQL: TStringList;
constructor Init(SQL: string);
destructor Free;
end;
constructor TmyObject.Ini