MovePrevUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MovePrevUID(void);

Delphi Syntax

function MovePrevUID: Integer;

Overview

Refer to Working with Unique Identifiers.

Remarks

Updates the CurrentUID property to the item in the UID Table that immediately precedes the item specified by the CurrentUID property.

The following methods will also help you navigate the UID Table:

MoveFirstUID method

MoveLastUID method

MoveNextUID method

To determine the number of entries in the UID Table, use GetUIDCount.

See Also

Elements:

MoveLastUID method, MoveFirstUID method, MoveNextUID method, GetUIDCount method