GxVariant: RefRemoveChild

RefRemoveChild

Remove a child of the referenced gxVariant.



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

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

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

Remarks

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RefNItems RefRemoveListItem