Previous Topic

Next Topic

Inhoudsopgave

Book Index

DataField Property

Property Property DataField: String (R/W)

Description

Specifies the field whose value is displayed by the data-aware control.

Details

Use DataField to bind the database text control to a field in the dataset. To fully specify a database field, both the dataset and the field within that dataset must be defined. The DataSource property of the control specifies the dataset that contains the DataField.

Note: This property only concerns single field controls.