TWebDataSource
Description
TWebDataSource provides an interface between a dataset component and data-aware controls on a form. Use TWebDataSource
to provide a conduit between a dataset and data-aware controls on a form that enable display, navigation, and editing of the data underlying the dataset. All datasets must be associated with a data source component if their data is to be displayed and manipulated in data-aware controls. Similarly, each data-aware control needs to be associated with a data source component in order for the control to receive and manipulate data.
Properties for TWebDataSource
Property | Description |
---|---|
AutoEdit | Determines if a data source component automatically calls a dataset's Edit method when a data-aware control associated with the data source receives focus. |
DataSet | Specifies the dataset for which the data source component serves as a conduit to data-aware controls or other datasets. |
Enabled | Determines if the data-aware controls associated with the data source component display data. |