XBase.Last

Syntax:

Last()

Returned value:

Type: Boolean.
True indicates last record was received; otherwise it is False.

Description:

Positions the object in the last record. If the current index is not set, the object is positioned in the last record in the database table. If it is set, the object will be positioned in the record having the highest expression value of the current index (the opposite is true if the index was created with the "Descending" flag set).

Availability:

Thin client, server, thick client, external connection.

Example:

xB.Last();

    

1C:Enterprise Developer's Community