Share via


FormObjectSet.prev Method

Definition

Moves focus to the previous record in the data source.

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

Returns

A non-zero integer if the operation succeeds.

Remarks

This method is called when a user selects the previous record in the form.

Applies to