Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.78 DataField Property

Description:

Contains the name of the data field that will be bound to a property in a custom control. The data field is contained in the data source object defined in the DataSource property.

The property in the custom control must be set up for data binding (this is done by the creators of the custom control).

Used in controls:

Controls:

Custom

Edit

Object:

DataBinding

Value:

The name of a data field.

Note that, if the data source contains more than one data set, it is necessary to specify the DataMember property before you set the DataField property.

Default value:

None.

COBOL PICTURE:

X, up to 8192 bytes.

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attributes:

None.