RAD Studio (Common)
ContentsIndex
PreviousUpNext
New DBWeb Control Wizard

FileNewOtherDelphi ASP ProjectsDBWeb Control Library 

Use this dialog box to create a data aware WebControl. This DB Web Control can suppplement the DB Web Controls provided on the Tool Palette.

Item 
Description 
Control Name  
The unit name to assign to the DB Web Control you are generating.  
Bind to DataTable  
Check this option to generate a DB Web Control that implements the IDBWebDataLink interface, which provides access to the DBDataSource and TableName properties for all controls.  
Bind to DataColumn  
Check this option to generate a DB Web Control that implements the IDBWebColumnLink interface, which provides access to the ColumnName property for controls that retrieve data from a specific column.  
Support Lookup  
Check this option to generate a DB Web Control that implements the IDBWebLookupColumnLink interface, which provides access to the LookupTableName, DataTextField, and DataValueField properties for lookup controls. This check box is only enabled when Bind to DataColumn is selected.  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!