Share via


FormObjectSet.first Method

Definition

Moves focus to the first record in a data source.

public:
 virtual int first();
public virtual int first ();
abstract member first : unit -> int
override this.first : unit -> int
Public Overridable Function first () 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+HOME to select the first record in a form.

Applies to