GxVariant: RefRemoveListItem

RefRemoveListItem

Remove a list item from the referenced gxVariant.



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

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

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

Remarks

The referenced gxVariant must be a list.

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RefRemoveChild RefSize