CreateDataRow

DataRow を作成します。

構文

DataRow*			createDataRow() 

結果

作成した DataRow を返します。

DataRow* dataRow;
dataRow	=	createDataRow();