In v20.2, we extracted the TdxSpreadSheetReferenceEditDialogForm class from the TdxSpreadSheetPageSetupDialogForm so that both the "Page Setup" dialog and all new defined name manager dialogs share common functionality. The nested TdxSpreadSheetReferenceEditDialogForm.TViewMode enumeration type replaced the TdxSpreadSheetPageSetupDialogViewMode type. This change may result in compilation errors if your code uses the ViewMode property of a TdxSpreadSheetPageSetupDialogForm descendant. To avoid compilation errors, replace the following enumeration members in your code as suggested:
- psdvmAuto -> vmAuto
- psdvmCompact -> vmCompact