Share via


FormObjectSet.active Method

Definition

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.active method, which retrieves data from joined data sources when a user navigates to a new record.

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

Returns

Always returns 1.

Applies to