CreateDataRow

Crée le DataRow.

Syntaxe

DataRow*			createDataRow() 

Résultats

Renvoie le DataRow créé.

Exemple

DataRow* dataRow;
dataRow	=	createDataRow();