GxVariant: RemoveChild

RemoveChild

Remove a child from the root gxVariant.



 Public Function RemoveChild(
	  ByVal ix As Long ) As Boolean

Parameters

ix
The index of the child to remove.

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 RemoveChild(ByVal ix As Long) As Boolean

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

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

Remarks

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RefVariant RemoveListItem