Share via


FormObjectSet.last Method

Definition

Moves focus to the last record in the data source.

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

Returns

A non-zero integer if the operation succeeds.

Remarks

This method is overridden by the method that is called when a user presses CTRL+END to select the last record in a form.

Applies to