TdxSpreadSheetCustomFormatSettings Class
In This Article
The base class for spreadsheet format settings.
#Declaration
Delphi
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.
See Also