var fDesc=new Array(); fDesc[0] = "With Visual DataFlex Studio, application framework, class library and rich set of pre-programmed, data-aware controls and components, the design and implementation of Windows and Web applications is a structured, well managed process.

CodeSense intelligently assists you in writing code by providing lists of context sensitive options and information. Integrated source-level debugging helps track down and fix problems quickly and easily. Studio can fully integrate custom class libraries and generate application code based on custom libraries.

Table Explorer and Table Editor make database management easy. Component Explorer enables the loading of multiple Components and source-code files on separate tabs. Start Center provides dynamic functionality and valuable information and assistance to developers.

Visual DataFlex 2010 delivers the highly-anticipated data aware and non-data aware grids into the developer’s tool box.

Visual DataFlex 2010's grid interface and defaults are robust and mature thanks to the efforts of several developers that have contributed so much during the release testing phase.

Visual DataFlex 2010’s rich set of new capabilities give developers extensive control over the look and behavior of an application’s grid for producing even better looking Windows applications!"; 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 = ''; } }