终于支持XE8 了。需要这么长时间吗?

New Major Features in 14.2

What's New in VCL Products 14.2

Feature Highlights

To learn about feature highlights in this version, please refer to the following page:

Feature Highlights in 14.2.6 (VCL Product Line)

Known Issues

To learn about known issues in this version, please refer to the following page:

Known Issues in 14.2.6 (VCL Product Line)

The following sections list all minor and major changes in DevExpress
VCL 14.2.6. Note that products, controls and libraries which aren't
mentioned in the list below are included in the unified installer for
compatibility, but have not been updated.

Enhancements and Updates

 

New Features/Updates

Common Libraries
ExpressEditors Library
  • T184035 - cxImage - Publish the OnMouseEnter and OnMouseLeave events
ExpressLibrary
  • T228464 - TdxGalleryControl, TdxColorGallery, and TdxRibbonBackstageViewGalleryControl - Publish the TabOrder and TabStop properties

Resolved Issues

ExpressPrinting System
  • T227565 - PDF Export - Right-to-left text displayed by cxRichEdit or a standard VCL RichEdit control is exported in the reverse order
  • T225612 - TAbstractdxRichEditReportLink - Text at the end of a page is not printed if certain print settings are applied
ExpressQuantumGrid Suite
  • T223583
    - cxLookupComboBox - Lookup columns displayed in the editor's dropdown
    window are too narrow to display certain characters if the editor's
    Properties.DropDownAutoSize property is set to True
  • T223966 - Search results provided by incremental searching or Find Panel are incorrectly highlighted in right-to-left text
ExpressQuantumTreeList Suite
  • T227834 - TcxDBTreeList - An AV occurs when modfying a bound dataset field's value in an OnInitInsertingRecord event handler
ExpressScheduler Suite
  • T227934
    - Gantt View and TimeGrid View - Decreasing the scheduler's height
    causes the "Scrollbar property out of range" exception if the View's
    ShowResourceScrollBar property is set to True
  • T229569 - The Reminders window displays the bottom part of an event caption cropped
ExpressSkins Library
  • T228315
    - No separator is painted between tabs and content in a tab container
    site whose TabProperties.TabPosition property is set to tpTop or tpLeft
ExpressSpellChecker
  • T227106 - The spell checker doesn't ignore Internet or file addresses if the SpellingOptions.IgnoreUrls property is set to True
ExpressSpreadSheet
  • T231964 - Currency cell formats that don't match the English locale are incorrectly loaded from an XLSX file
  • T227910 - The DOLLAR function ignores the currency symbol and its position specified by system locale settings
  • T232575 - The OK and Cancel buttons in the Insert/Delete dialog cannot be localized
Common Libraries
ExpressEditors Library
  • T228628
    - cxButtonEdit - The client area is incorrectly calculated if an error
    icon and buttons are displayed at the same side of the editor
  • T230471 - TcxDBImage - Posting an image captured using the Camera Preview dialog does not store it to a bound field
ExpressLibrary
    • T234015
      - Localizer Editor incorrectly loads entries of manually created INI
      files or INI files created using the Editor but modified outside it, if
      these entries are not sorted by their names
    • T228703 - TcxImageList doesn't allow users to invoke the Image Picker dialog if the ExpressPageControl is not installed
    • T231483
      - TdxGalleryControl - Item navigation in a gallery containing only
      hidden groups and a checked item moved to one of these groups causes an
      AV in certain cases

Devexpress VCL Build v2014 vol 14.2.6 发布的更多相关文章

  1. Devexpress VCL Build v2014 vol 14.2.7发布

    2015年马上快过去一半了,这个玩意还在纠结在14版.其实也无所谓,反正就是改成15版,也还是这些 东西的修补. What's New in 14.2.7 (VCL Product Line)   N ...

  2. Devexpress VCL Build v2014 vol 14.2.5 发布

    和xe8 几乎同一天出来,但是目前官方不支持xe8. The following sections list all minor and major changes in DevExpress VCL ...

  3. Devexpress VCL Build v2014 vol 14.2.4 发布

    What's New in 14.2.4 (VCL Product Line)   New Major Features in 14.2 What's New in VCL Products 14.2 ...

  4. Devexpress VCL Build v2014 vol 14.1.4 发布

    虽然这次没加什么新东西,但是及时更新支持xe7,还算可以. What's New in 14.1.4 (VCL Product Line)   New Major Features in 14.1 W ...

  5. Devexpress VCL Build v2014 vol 14.2.1 beta发布

    已经快到2015 年了. 14.2.1 beta 才出来了. 还好,有一些新东西. 官网地址 VCL Gauge Control Designed to clearly convey informat ...

  6. Devexpress VCL Build v2013 vol 14.1.5 发布

    What's New in 14.1.5 (VCL Product Line)   New Major Features in 14.1 What's New in VCL Products 14.1 ...

  7. Devexpress VCL Build v2014 vol 15.2.3 发布

    2016年第一个版本,继续修补. New Major Features in 15.2 What's New in VCL Products 15.2 Breaking Changes To lear ...

  8. Devexpress VCL Build v2013 vol 14.1.3 发布

    我修,我修,修修修. New Major Features in 14.1 What's New in VCL Products 14.1 Breaking Changes To learn abou ...

  9. Devexpress VCL Build v2015 vol 15.1.2发布

    2015年马上过半年了.终于第一个大版出来了. What's New in 15.1.2 (VCL Product Line)   New Major Features in 15.1 What's ...

随机推荐

  1. Redis 几个全局命令, 以及事物

    1, 清空当前数据库的所有数据 =>  flushdb 2, 清空所有数据库的所有数据 => flushall 3, key 值检索命令 => scan num match if 会 ...

  2. HTML5 Canvas ( 事件交互, 点击事件为例 ) isPointInPath

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  3. php 面试考点总结-高并发和大流量解决方案考点

    1.web资源防盗链 盗链概念 盗链是指在自己的页面上展示一些并不在自己服务器的内容 防盗链工作原理 通过referer或者签名,网站可以检测目标网页访问的来源页,一旦检测到来源页不是本站即进行阻止或 ...

  4. MySQL优化十大技巧

    转自:https://m.2cto.com/database/201701/557910.html MYSQL优化主要分为以下四大方面: 设计:存储引擎,字段类型,范式与逆范式 功能:索引,缓存,分区 ...

  5. 如何给echarts图表添加下载图表成图片的功能

    先打开一个现成的图表效果图,注意图中圈出的地方,如图   打开源码找到option,如图   在option下添加toolbox,如图   在toolbox下添加feature,如图   在featu ...

  6. Jquery jcarousellite 参数说明

    参数说明: btnPrev     string 上一个按钮的class名, 比如  btnPrev: ".prev" btnNext     string 下一个按钮的class ...

  7. Error 2503 and 2502 when installing/uninstalling on Windows 10

    1. Hold Ctrl+Shift and press Esc. 2. Locate “Windows Explorer” under “Windows processes”, now right ...

  8. centos多版本python安装pip

    http://www.cnblogs.com/longxiang92/p/5829373.html yum install python-pip 报错 no package python-pip av ...

  9. linux配置裸设备

    1.什么裸设备?字符设备?块设备? 裸设备:也叫裸分区(原始分区),是一种没有经过格式化,不被Unix/Linux通过文件系统来读取的特殊字符设备.它由应用程序负责对它进行读写操作.不经过文件系统的缓 ...

  10. express + mongodb 搭建一个简易网站 (三)

    express + mongodb 搭建一个简易网站 (三) 前面已经实现了基本的网站功能,现在我们就开始开搞一个完整的网站,现在整个网站的UI就是下面的这个样子. 我们网站的样子就照着这个来吧. 1 ...