TdxSpreadSheetMessageType Enum
Enumerates types of alert messages in spreadsheet controls.
Declaration
TdxSpreadSheetMessageType = (
ssmtError,
ssmtWarning,
ssmtHint
);
Members
Name |
---|
ssmtError
|
ssmtWarning
|
ssmtHint
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
ssmtError | This alert message is displayed in response to any end-user action that cannot be executed by the Spreadsheet control. | |
ssmtWarning | This alert message is displayed in response to an end-user action that can potentially lead to the incorrect behavior of formulas and/or cell references. | |
ssmtHint | In most cases, this alert message contains a hint informing an end-user about more appropriate way to accomplish the performed action. | – |
See Also