ListChildNames

指定された親子関係のすべての名前を取得します。

構文

ASCII バージョン
char** listChildNames(DataRow* dataRow) 
Unicode バージョン
UChar** listChildNames(DataRow* dataRow) 

結果

指定された親/子関係の名前セットを返します。

ASCII バージョン
char** childsNames;
childsNames =listChildNames( dataRow); 
Unicode バージョン
UChar** childsNames;
childsNames=listChildNames( dataRow);