GxVariant: RefMoveDown

RefMoveDown

Move down the reference along a given path.



 Public Function RefMoveDown(
	  ByVal PathAddition As String ) As Boolean

Parameters

PathAddition
The additional path to move down

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 RefMoveDown(ByVal PathAddition As String) As Boolean

[Delphi] function RefMoveDown(const PathAddition : WideString) : Boolean;

[C++] BOOL RefMoveDown(LPCTSTR PathAddition);

Remarks

See Also

Class GxVariant Overview GxVariant Properties GxVariant Methods RefInt RefMoveNext