GxVariant: RefAddListItem

RefAddListItem

Add a list item to the referenced gxVariant.



 Public Function RefAddListItem(
	  ByVal ix As Long ) As Boolean

Parameters

ix
The index of the new list item.

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

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

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

Remarks

The referenced gxVariant must be a list.

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RefAddChild RefCreateList