Daylight v4.9 Release Date: 1 February 2008 Namedt_thor_alloc_dataitem - allocate a new dataitem object in a TDTGeneric Prototypedt_thor_alloc_dataitem(dt_Handle, dt_Handle) => dt_HandleC Prototype#include "dt_thor.h"dt_Handle dt_thor_alloc_dataitem(dt_Handle tdt, dt_Handle datatype) FORTRAN Prototypeinclude 'dt_f_thor.inc'integer*4 dt_f_thor_alloc_dataitem(tdt, datatype)
integer*4 tdt
DescriptionAllocates a new dataitem object in a tdt. The dataitem is created with the number and types of fields specified by 'datatype'; the datafields initially contain empty strings (not invalid strings).Return ValueReturns a handle to a new dataitem or NULL_OB if 'tdt' or 'datatype' are inappropriate objects.Related Topicsdt_thor_tdtget(3) dt_thor_tdtmerge(3) dt_thor_tdtrevise(3) |