InsertTag method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall InsertTag(Cardinal uCode, Cardinal uMask, System::AnsiString sName, Word nVR, Cardinal uMinVM, Cardinal uMaxVM, Cardinal uDivideVM);

Delphi Syntax

function InsertTag(uCode, uMask: Cardinal; sName: String; nVR: Word; uMinVM, uMaxVM, uDivideVM: Cardinal): Integer;

Overview

Refer to Working with Tags.

Remarks

Inserts a new item in the Data Element Tag Table. If successful, it sets the CurrentTag property to the new item.

All items are inserted at the bottom of the table.

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

See Also

Functions:

DeleteTag method, ResetTag method, DefaultTag method