DeleteUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall DeleteUID(void);

Delphi Syntax

function DeleteUID: Integer;

Overview

Refer to Working with Unique Identifiers.

Remarks

Deletes the item specified by the CurrentUID property from the UID Table. Sets the CurrentUID property to the previous item in the table.

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

See Also

Elements:

ResetUID method, MoveFirstUID method, MoveLastUID method, MovePrevUID method, MoveNextUID method, FindUID method, FindIndexUID method, InsertUID method