Share via


RecordLinkList.prev Method

Definition

Overloads

prev()

Puts the pointer on the previous record in the list and copies the record to the specified buffer.

prev(Common)

Puts the pointer on the previous record in the list and copies the record to the specified buffer.

public:
 virtual bool prev();
public virtual bool prev ();
abstract member prev : unit -> bool
override this.prev : unit -> bool
Public Overridable Function prev () As Boolean

Returns

true if the pointer is not at the first record; otherwise, false.

Applies to

public:
 virtual bool prev(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public virtual bool prev (Microsoft.Dynamics.Ax.Xpp.Common _record);
abstract member prev : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.prev : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function prev (_record As Common) As Boolean

Parameters

_record
Common

The record buffer of the same type as the record to copy; optional.

Returns

Applies to