MoveFirstTag method
Builder Syntax |
int __fastcall MoveFirstTag(void); |
Delphi Syntax |
function MoveFirstTag: Integer; |
Overview |
Refer to Working with Tags. |
Remarks
Updates the CurrentTag property to the first item in the Data Element Tag Table.
The following methods will also help you navigate the Data Element Tag Table:
To determine the number of entries in the Data Element Tag Table, use GetTagCount.
See Also
Elements: |
MoveLastTag method, MovePrevTag method, MoveNextTag method, GetTagCount method |