History

Top  Previous  Next

The History keeps track of all visited screens. This method returns one of the history screens fields collection.

 

VB.NET Syntax

 

[Fields =] tnxxxx.History (Index As Integer)

 

C# Syntax

 

[Fields =] tnxxxx.History [int index];

 

 

Remarks

 

The HistoryIndex 0 (zero) corresponds to the latest screen, the HistoryIndex 1 (one) is the previous one and so on. In order to get the first screen in the history you should access the HistoryIndex which corresponds to the HistoryCount minus 1 (HistoryCount -1) .

 

See also HistoryCount, HistoryIndex and MaxHistoryCount properties.