GxVariant: RefAddChild

RefAddChild

Add a child to the referenced gxVariant.



 Public Function RefAddChild(
	  ByVal ix As Long ) As Boolean

Parameters

ix
The index of the new child.

Return Values

On error FALSE (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function RefAddChild(ByVal ix As Long) As Boolean

[Delphi] function RefAddChild(const ix : Integer) : Boolean;

[C++] BOOL RefAddChild(long ix);

Remarks

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods NItems RefAddListItem