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

TdxSpreadSheetState Enum

Enumerates specific states of the Spreadsheet and Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetState = (
    sssReading,
    sssReadingCells,
    sssReadingFromClipboard,
    sssWriting,
    sssExporting,
    sssBiDiModeChanging
);

#Members

Name
sssReading
sssReadingCells
sssReadingFromClipboard
sssWriting
sssExporting
sssBiDiModeChanging

#Remarks

Options include:

Value Description
sssReading This state corresponds to the loading data and settings operations. This flag is added to the Spreadsheet control states at the beginning of the importing operation and then removed after its completion. This state forbids modifications of the currently opened spreadsheet document.
sssWriting This state corresponds to the saving data and settings operations. This flag is added to the Spreadsheet control states at the beginning of the exporting operation and removed after completion of this operation. This state forbids modifications of the currently opened spreadsheet document.

This type is referenced by the TdxSpreadSheetStates type.

See Also