Share via


FormObjectSet.refreshEx Method

Definition

Overloads

refreshEx()

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.refreshEx method, which updates the view of the specified record.

refreshEx(Object)

refreshEx()

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.refreshEx method, which updates the view of the specified record.

public:
 virtual void refreshEx();
public virtual void refreshEx ();
abstract member refreshEx : unit -> unit
override this.refreshEx : unit -> unit
Public Overridable Sub refreshEx ()

Applies to

refreshEx(Object)

public:
 virtual void refreshEx(System::Object ^ _pos);
public virtual void refreshEx (object _pos);
abstract member refreshEx : obj -> unit
override this.refreshEx : obj -> unit
Public Overridable Sub refreshEx (_pos As Object)

Parameters

_pos
Object

A parameter that is not used in the FormObjectSet.refreshEx method; optional.

Applies to