Public Function New{0}({3}) As {2}
Dim dr As DataRow = DataSet.Tables("{1}").NewRow()
DataSet.Tables("{1}").Rows.Add(dr)
Dim _{0} As New {2}(Me, dr)
{4}
/* new.h
Access to operator new() and newhandler()
Copyright (c) Borland International 1990,1991
All Rights Reserved.
*/
#if !defined( __NEW_H )
#define __NEW_H
#ifdef __DL