var fDesc=new Array(); fDesc[0] = "TXDBGrid component is a powerful functional extension of standard TDBGrid component. TXDBGrid component looks beautiful and implements many additional features like: fixed columns, fixed styles (flat and 3D), Windows XP themes, many variants of gradient drawing style, enhanced flat and 3D scrollbars, proportional scrolling for any DataSet even filtered, expandable columns and title headers, checkboxes, hot buttons, title and indicator images, many variants of pictures drawing into cells, title markers and multicolumns sorting, enhanced lookup lists, pick lists and drop-down lists, calculator, calendar, storing and loading columns layout (to ini file, registry, stream, string), enhanced support for bdRightToLeft BiDiMode, extended rows selection and notification, multiline rows and auto-numbering, hints, tooltips, column stretching and many many more ...


What's new in version 5.0 ?

New packages for Delphi XE2 Win32/Win64 and C++Builder XE2!!!
All design-time packages redesigned and improved!!!
New powerful X-DBGrid Designer installed in IDE!!!
Extended lookup columns system defined in TXDBGrid
New TXColumn.LookupColumn property (read only)
New TXColumn.LookupResultField, KeyField property
New loAllowAdjustOrder option in TXColumn.ListOptions
New TXDBGrid.DrawingStyle property is now main drawing style switch
New TXDBGrid.Gradient.Cells property for gradient drawing data cells
New TXColumn.CheckBoxThemed property for classic and gradient style
TXDBGridSettings.SetLayout optimized for grids with many columns
WideString replaced by (Unicode)String where it was possible
Source code improved and unified between IDE versions
Some other improvements and minor bugs fixed
New XDBGridLookup example"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }