Property DataSource: TDataSource (R/W)
Description
Links the text control to the dataset that contains the field it represents.
Details
Use DataSource to link the data-aware control to a dataset in which the data can be found. To fully specify a database field for the control, both the dataset and a field within that dataset must be defined. Use the DataField property to specify the particular field within the dataset.