DevExpress VCL v16.1.3发布 两个API有重大变化

    xiaoxiao2026-05-27  3

    ExpressPDFViewer

    # BC3840:包含action标题和action提示的 Action classes 和 resource strings 重命名;

    class名称末尾中包含'Action'的都做了修改。比如TdxPDFViewerGoToPrevPageAction更名为TdxPDFViewerGoToPrevPage。

    Resource字符串加上前缀'sdxPDFViewerAction'。比如sdxPDFViewerOpenDocumentActionCaption resource string重命名为sdxPDFViewerActionOpenDocumentCaption,此外,删除了冗余的sdxPDFViewerZoomFitVisible resource string。

    要更新PDF Viewer对象,打开IDE中的PAS files (H files in C++Builder) 和 DFM 文件,替换他们的名称:

    打开 «Replace Text» 对话框: - 将 TdxPDFViewer{[^ ]+}Action 分配给 "Text to find:" 字段; - 将 TdxPDFViewer\0 分配给 "Replace with:" 字段; - 启用 "Regular expressions" 选项然后单击 "Replace All" 按钮; - 进行更换; - 保存变化到文件。

    ExpressRichEdit Control

    # BC3839: IdxRichEditParagraphPropertiesBase 和 IdxRichEditParagraph界面中声明的 LineSpacingType 属性重命名为LineSpacingRule

    DevExpress VCL v16.1.3下载DevExpress VCL v16.1.3详细更新(英文)
    转载请注明原文地址: https://ju.6miu.com/read-1310105.html
    最新回复(0)