| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.DialogResult
Field Summary | |
| public static | ABORT: Number |
| The dialog box return value is Abort (usually sent from a button labeled Abort). | |
| public static | CANCEL: Number |
| The dialog box return value is Cancel (usually sent from a button labeled Cancel). | |
| public static | IGNORE: Number |
| The dialog box return value is Ignore (usually sent from a button labeled Ignore). | |
| public static | NO: Number |
| The dialog box return value is No (usually sent from a button labeled No). | |
| public static | NONE: Number |
| Nothing is returned from the dialog box. | |
| public static | OK: Number |
| The dialog box return value is OK (usually sent from a button labeled OK). | |
| public static | RETRY: Number |
| The dialog box return value is Retry (usually sent from a button labeled Retry). | |
| public static | YES: Number |
| The dialog box return value is Yes (usually sent from a button labeled Yes). | |
| public static var ABORT: Number |
| The dialog box return value is Abort (usually sent from a button labeled Abort). |
| public static var CANCEL: Number |
| The dialog box return value is Cancel (usually sent from a button labeled Cancel). |
| public static var IGNORE: Number |
| The dialog box return value is Ignore (usually sent from a button labeled Ignore). |
| public static var NO: Number |
| The dialog box return value is No (usually sent from a button labeled No). |
| public static var NONE: Number |
| Nothing is returned from the dialog box. |
| public static var OK: Number |
| The dialog box return value is OK (usually sent from a button labeled OK). |
| public static var RETRY: Number |
| The dialog box return value is Retry (usually sent from a button labeled Retry). |
| public static var YES: Number |
| The dialog box return value is Yes (usually sent from a button labeled Yes). |