FormObjectSet.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.
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.