MoveLastTag method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MoveLastTag(void);

Delphi Syntax

function MoveLastTag: Integer;

Overview

Refer to Working with Tags.

Remarks

Updates the CurrentTag property to the last item in the Data Tag Element Table.

The following methods will also help you navigate the Data Element Tag Table:

MoveFirstTag method

MovePrevTag method

MoveNextTag method

To determine the number of entries in the Data Tag Element Table, use GetTagCount.

See Also

Elements:

MoveFirstTag method, MovePrevTag method, MoveNextTag method, GetTagCount method