MovePrevTag method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall MovePrevTag(void);

Delphi Syntax

function MovePrevTag: Integer;

Overview

Refer to Working with Tags.

Remarks

Updates the CurrentTag property to the item in the Data Element Tag Table that immediately precedes the item specified by the CurrentTag property.

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

MoveFirstTag method

MoveLastTag method

MoveNextTag method

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

See Also

Elements:

MoveLastTag method, MoveFirstTag method, MoveNextTag method, GetTagCount method