Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetMessageType Enum

Enumerates types of alert messages in spreadsheet controls.

#Declaration

Delphi
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