ResetVR method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall ResetVR(void);

Delphi Syntax

procedure ResetVR;

Overview

Refer to Working with Value Representations.

Remarks

Removes all items from the Value Representation Table. Sets the CurrentVR property to Nil (NULL).

To reset the Value Representation Table to the default values, use DefaultVR.

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

See Also

Elements:

DefaultVR method, DeleteVR method