资源说明:DevExpress VCL_15.2.2_FS(一共2个压缩分卷,这是第1个)
Breaking Changes in 15.2.2
VCL Product Line
This page lists the important behavior and API changes that were introduced in this version. If you already have projects using DevExpress VCL products, you will need to peruse this list in order to understand the changes you might need to make to your source code to support this new release.
Note that we only publish the changes to the public interface of our controls. We reserve the right to change the protected, internal, or private interfaces when needed.
Table of Contents
ExpressBars Suite
ExpressLibrary
ExpressNavBar
ExpressRichEdit Control
ExpressSpreadSheet
ExpressTile Control
ExpressBars Suite
# BC3364: The cxBarEditItemRS~.dpk packages have been removed
The content of the cxBarEditItemRS~.dpk packages has been moved to the dxBarRS~.dpk packages. If you are building your project with runtime packages, remove the cxBarEditItemRS~ packages from the project's runtime package lists.
ExpressLibrary
# BC3316: The cxRectOffsetF global function declared in the cxGeometry unit has been renamed cxRectOffset
ExpressNavBar
# BC3317: The dxNavBarAdvancedCustomization unit has been removed
The ExpressEditors Library is now installed with the ExpressNavBar Suite. The Customization Form built using ExpressEditors replaced the Customization Form built using standard VCL editors. As a result, the dxNavBarAdvancedCustomization unit has been removed. To avoid compilation errors, remove this unit from the 'uses' clause of your units.
ExpressRichEdit Control
# BC3320: The TdxDocumentFormat type has been renamed TdxRichEditDocumentFormat and moved from the dxRichEdit.Types unit to the new dxRichEdit.Api unit
# BC3319: The TdxRichEditDocumentServerOptions class has been renamed TdxRichEditControlOptions
ExpressSpreadSheet
# BC3343: A typo has been fixed in the TdxSpreadSheetContainers.FindNextCommentContainter function name
The function is now called TdxSpreadSheetContainers.FindNextCommentContainer.
# BC3322: Certain types have been moved from the dxSpreadSheetCore unit to the new dxSpreadSheetContainers unit
The TdxSpreadSheetContainerCustomMoveDragAndDropObject, TdxSpreadSheetClonedContainerMoveDragAndDropObject, TdxSpreadSheetContainerMoveDragAndDropObject, TdxSpreadSheetContainerResizeDragAndDropObject, TdxSpreadSheetContainerRotateDragAndDropObject, TdxSpreadSheetPicture, TdxSpreadSheetPictureContainer, TdxSpreadSheetPictureContainerViewInfo, TdxSpreadSheetShape, TdxSpreadSheetShapeContainer, TdxSpreadSheetShapeContainerViewInfo classes, and the TdxSpreadSheetShapeType type declared in the dxSpreadSheetCore unit have been moved to the new dxSpreadSheetContainers unit.
# BC3318: The IsAnchorCell property declared in the TdxSpreadSheetContainers class has been renamed IsCellUsed
# BC3321: The TdxSpreadSheetContainers.AddShapeContainer and TdxSpreadSheetContainers.AddPictureContainer functions have been removed
Due to C++Builder compiler limitations, the TdxSpreadSheetContainers.AddShapeContainer and TdxSpreadSheetContainers.AddPictureContainer functions have been removed. Use the TdxSpreadSheetContainers.Add method to create all supported floating container types instead.
ExpressTile Control
# BC3315: The TdxTileControlItemBeforeCheckEvent and TdxTileControlItemCheckEvent types have been replaced with TdxTileControlItemAllowOperationEvent and TdxTileControlItemOperationEvent
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。