CreateDataRow

Creates the DataRow.

Syntax

DataRow*			createDataRow() 

Results

Returns the DataRow created.

Example

DataRow* dataRow;
dataRow	=	createDataRow();