MoveNextUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MoveNextUID(void);

Delphi Syntax

function MoveNextUID: Integer;

Overview

Refer to Working with Unique Identifiers.

Remarks

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

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

MoveFirstUID method

MoveLastUID method

MovePrevUID method

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

See Also

Elements:

MoveLastUID method, MoveFirstUID method, MovePrevUID method, GetUIDCount method