ResetTag method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall ResetTag(void);

Delphi Syntax

procedure ResetTag;

Overview

Refer to Working with Tags.

Remarks

Removes all items from the Data Element Tag Table. Sets the CurrentTag property to Nil (NULL).

To reset the Data Element Tag Table to the default values, use DefaultTag.

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

See Also

Elements:

DefaultTag method, DeleteTag method