ObjectWindowResultCode
The ObjectWindowResultCode enumerates the defined object window modes.
| Name | Value | Description |
|---|---|---|
MFObjectWindowResultCodeOk | 0 | The user applied the changes. |
MFObjectWindowResultCodeCancel | 1 | The user cancelled the operation. |
MFObjectWindowResultCodeOkToAll | 2 | The user applied the changes to all objects. |
MFObjectWindowResultCodeSkipThis | 3 | The 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