GxVariant: AddChild

AddChild

Add a child to the root gxVariant.



 Public Function AddChild(
	  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 AddChild(ByVal ix As Long) As Boolean

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

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

Remarks

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods AddListItem