DeleteVR method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall DeleteVR(void);

Delphi Syntax

function DeleteVR: Integer;

Overview

Refer to Working with Value Representations.

Remarks

Deletes the item specified by the CurrentVR property from the Value Representation Table. Sets the CurrentVR property to the previous item in the table.

You can remove all items from the table using the ResetVR method.

See Also

Elements:

ResetVR method, MoveFirstVR method, MoveLastVR method, MovePrevVR method, MoveNextVR method, FindVR method, FindIndexVR method, InsertVR method