DeleteTag method
Builder Syntax |
int __fastcall DeleteTag(void); |
Delphi Syntax |
function DeleteTag: Integer; |
Overview |
Refer to Working with Tags. |
Remarks
Deletes the item specified by the CurrentTag property from the Data Element Tag Table. Sets the CurrentTag property to the previous item in the table.
You can remove all items from the table using the ResetTag method.
See Also
Elements: |
ResetTag method, MoveFirstTag method, MoveLastTag method, MovePrevTag method, MoveNextTag method, FindTag method, FindIndexTag method, InsertTag method |