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