DataField property (Main Control)

Visual Basic example
Other systems

Syntax BSTR DataField

Overview:  Refer to Using a Visual Basic Data Control.

Remarks

(Persistent property, available at design time) Binds the Main Control to a database field.

The DataSource property of a bound Main Control specifies a valid data control name, and the DataField property specifies a valid field name in the data control's Recordset property. Together, these properties specify which bitmap appears in the Main Control.

See Also

Topics:  Databases: Visual Basic Data Binding