Dear Developers

Dear Developers,

I'm pleased to announce the new version of X-DBGrid Component 5.6 and X-Files Components 5.6 with support for RAD Studio XE6!

  What's new in version 5.6 ?
  =======================
  - New packages for Delphi/C++Builder XE6 Win32/Win64!!!
  - Support for new custom styles in XE6: Glossy, TabletDark
  - Enumerators added to several classes of TXDBGrid component.
    You can now use:
     for Bookmark in XDBGrid1.DataRows do
     for Bookmark in XDBGrid1.SelectedRows do
     for Bookmark in XDBGrid1.SelectedRows.OrAllRows do
     for Bookmark in XDBGrid1.SelectedRows.OrCurrent do
     for Column in XDBGrid1.Columns do
     for Column in XDBGrid1.SelectedCols do
     for Column in XDBGrid1.SelectedCols.OrAllCols do
     for Column in XDBGrid1.SelectedCols.OrCurrent do
     for Bookmark in XDBGrid1.Totals do
     for TotalValue in XDBGrid1.Columns[I].TotalValues do

  - New option dgScrollRowsMode added to OptionsExt property
  - Improved use of mouse Shift-Click during rows selection
  - Improved use of mouse wheels with Shift or Ctrl key down
  - Optimized scrolling speed at the large number of columns
  - Width of columns is now automatically scaled when the grid is scaled
  - Bug fixed: dgHotButtons option could raise AV when changing the DataSet
  - Bug fixed: dgTitleHeaders option leaves a black line with the CustomStyles
  - Bug fixed: X-DBGrid Designer could raise AV when other plugins are installed

To read more, please visit our website at:    http://www.x-files.pl/
You can also look at some screenshots at:   http://www.x-files.pl/components/
and download the new Trial version from:   http://www.x-files.pl/download/

Sincerely,
Krzysztof Szyszka, X-Files Software
Developer of X-DBGrid Component
Embarcadero Technology Partner
Join to "Delphi X-DBGrid Component Community"
https://plus.google.com/#communities/100842098152269100547

Comments