GxVariant: RemoveListItem

RemoveListItem

Remove a list item from the root gxVariant.



 Public Function RemoveListItem(
	  ByVal ix As Long ) As Boolean

Parameters

ix
The index of the list item 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 RemoveListItem(ByVal ix As Long) As Boolean

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

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

Remarks

The gxVariant must be a list.

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RemoveChild SetArray