Skip to main content

TdxSpreadSheetCustomFormatSettings Class

The base class for spreadsheet format settings.

Declaration

TdxSpreadSheetCustomFormatSettings = class(
    TObject
)

Remarks

This class has the following members that allow you to:

  • Populate or refresh spreadsheet format settings from the system locale (UpdateSettings.

  • Access locale information (Data).

  • Obtain the active spreadsheet date/time format (DateTimeSystem).

Do not use the TdxSpreadSheetCustomFormatSettings class directly. Use its descendant instead.

Inheritance

TObject
TdxSpreadSheetCustomFormatSettings
See Also