DefaultUID method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall DefaultUID(void);

Delphi Syntax

procedure DefaultUID;

Overview

Refer to Working with Unique Identifiers.

Remarks

Resets the UID Table to the default values. This will delete any user-defined items that have been added.

To see the default values for the UID Table, refer to the Default UID Table.

If you remove the contents of the table using ResetUID, you can reset the table to the default values by calling this method.

See Also

Elements:

InsertUID method, DeleteUID method, ResetUID method