MoveFirstVR method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MoveFirstVR(void);

Delphi Syntax

function MoveFirstVR: Integer;

Overview

Refer to Working with Value Representations.

Remarks

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

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

MoveLastVR method

MovePrevVR method

MoveNextVR method

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

See Also

Elements:

MoveLastVR method, MovePrevVR method, MoveNextVR method, GetVRCount method