Skip to main content

ObjectWindowResultCode

The ObjectWindowResultCode enumerates the defined object window modes.

NameValueDescription
MFObjectWindowResultCodeOk0The user applied the changes.
MFObjectWindowResultCodeCancel1The user cancelled the operation.
MFObjectWindowResultCodeOkToAll2The user applied the changes to all objects.
MFObjectWindowResultCodeSkipThis3The user skipped a single object.

Runtime Access

This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.ObjectWindowResultCode.<value>.

Example:

const value = MFiles.ObjectWindowResultCode.MFObjectWindowResultCodeOk;

See also: MFiles Global Object