GxVariant: AddListItem

AddListItem

Add a list item to the root gxVariant.



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

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

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

Remarks

The gxVariant must be a list.

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods AddChild CreateList