TdxSpreadSheetMessageType Enum
In This Article
Enumerates types of alert messages in spreadsheet controls.
#Declaration
Delphi
TdxSpreadSheetMessageType = (
ssmtError,
ssmtWarning,
ssmtHint
);
#Members
Name |
---|
ssmt
|
ssmt
|
ssmt
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ssmt |
This alert message is displayed in response to any end-user action that cannot be executed by the Spreadsheet control. | ![]() |
ssmt |
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. | ![]() |
ssmt |
In most cases, this alert message contains a hint informing an end-user about more appropriate way to accomplish the performed action. | – |
See Also