MoveLastVR method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MoveLastVR(void);

Delphi Syntax

function MoveLastVR: Integer;

Overview

Refer to Working with Value Representations.

Remarks

Updates the CurrentVR property to the last item in the Value Representation Table.

The following methods will also help you navigate the Value Representation Table:

MoveFirstVR method

MovePrevVR method

MoveNextVR method

To determine the number of entries in the Value Representation Table, use GetVRCount.

See Also

Elements:

MoveFirstVR method, MovePrevVR method, MoveNextVR method, GetVRCount method