ComponentOne True DataControl 8.0
Binding Data-Aware Controls to a TDataLite Control

You can bind controls to TDataLite directly:

Example Title
Copy Code
Set TDataLite1.DataSource = Adodc1

Set Grid1.DataSource = TDataLite1

Use direct binding in the following cases:

Even with direct binding, the same restriction from Binding data-aware controls and TDataLite to the same standard data source still applies: you can only use server-side cursors (CursorLocation = adUseServer) with True DBGrid 8.0; you must not bind other controls to TDataLite bound to a server-side cursor data source. Problems in server-side cursor implementation will not allow TDataLite to work properly unless it takes full responsibility as a data source, which can be only with True DBGrid 8.0.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback