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