TDialogResult Type
Specifies identifiers to indicate the return value of a dialog box.
Field | Description |
|---|---|
drNone | Nothing is returned from the dialog box. This means that the modal dialog continues running. |
drOK | The dialog box return value is OK (usually sent from a button labeled OK). |
drCancel | The dialog box return value is Cancel (usually sent from a button labeled Cancel). |
drAbort | The dialog box return value is Abort (usually sent from a button labeled Abort). |
drRetry | The dialog box return value is Retry (usually sent from a button labeled Retry). |
drIgnore | The dialog box return value is Ignore (usually sent from a button labeled Ignore). |
drYes | The dialog box return value is Yes (usually sent from a button labeled Yes). |
drNo | The dialog box return value is No (usually sent from a button labeled No). |