DefaultTag method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall DefaultTag(void);

Delphi Syntax

procedure DefaultTag;

Overview

Refer to Working with Tags.

Remarks

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

To see the default values for the Data Element Tag Table, refer to the Default Data Element Tag Table.

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

See Also

Elements:

InsertTag method, DeleteTag method, ResetTag method