zoukankan      html  css  js  c++  java
  • DevExpress VCL v16.1.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 分配给 "Replace with:" 字段; - 启用 "Regular expressions" 选项然后单击 "Replace All" 按钮; - 进行更换; - 保存变化到文件。

    ExpressRichEdit Control

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

    • DevExpress VCL v16.1.3下载
    • DevExpress VCL v16.1.3详细更新(英文)

    转载 http://www.devexpresscn.com/post/731.html

  • 相关阅读:
    Yarn和Mesos:资源管理调度平台
    链接、装载、库
    PostgreSQL查询优化简介
    STL内存管理
    jemalloc总结
    ptmalloc总结
    数据库查询优化
    Linux交换空间和内存不足
    Linux内存管理
    HBase:分布式列式NoSQL数据库
  • 原文地址:https://www.cnblogs.com/icebing/p/5776380.html
Copyright © 2011-2022 走看看