FormObjectSet.leaveRecord 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
leaveRecord() |
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.leaveRecord method, which provides a notification when the user moves to another record. |
leaveRecord(Boolean) |
leaveRecord()
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.leaveRecord method, which provides a notification when the user moves to another record.
public:
virtual bool leaveRecord();
public virtual bool leaveRecord ();
abstract member leaveRecord : unit -> bool
override this.leaveRecord : unit -> bool
Public Overridable Function leaveRecord () As Boolean
Returns
Applies to
leaveRecord(Boolean)
public:
virtual bool leaveRecord(bool _forceUpdate);
public virtual bool leaveRecord (bool _forceUpdate);
abstract member leaveRecord : bool -> bool
override this.leaveRecord : bool -> bool
Public Overridable Function leaveRecord (_forceUpdate As Boolean) As Boolean
Parameters
- _forceUpdate
- Boolean