RecordLinkList.prev Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
prev() |
Puts the pointer on the previous record in the list and copies the record to the specified buffer. |
prev(Common) |
prev()
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
prev(Common)
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.