MoveLastUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MoveLastUID(void);

Delphi Syntax

function MoveLastUID: Integer;

Overview

Refer to Working with Unique Identifiers.

Remarks

Updates the CurrentUID property to the last item in the UID Table.

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

MoveFirstUID method

MovePrevUID method

MoveNextUID method

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

See Also

Elements:

MoveFirstUID method, MovePrevUID method, MoveNextUID method, GetUIDCount method