DefaultVR method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall DefaultVR(void);

Delphi Syntax

procedure DefaultVR;

Overview

Refer to Working with Value Representations.

Remarks

Resets the Value Representation Table to the default values. This will delete any user-defined items that have been added.

To see the default values for the Value Representation Table, refer to the Default Value Representation Table.

If you remove the contents of the table using the ResetVR method, you can reset the table to the default values by calling this method.

See Also

Elements:

InsertVR method, DeleteVR method, ResetVR method