Help Center

CADOField.DataFormatproperty

Links the current `Field` object to a data-bound control.

DatabasespropertyCADOField.incdocumented

Syntax

PROPERTY DataFormat () AS IUnknown PTR
PROPERTY DataFormat (BYVAL piDF AS IUnknown PTR)

Parameters

NameDescription
piDFA reference to a StdDataFormat object.

Return value

A reference to a StdDataFormat object.

Description

Links the current Field object to a data-bound control.

Remarks

The DataFormat property is both read- and write-enabled. It accepts and returns a StdDataFormat object that is used to attach a bound object.

Reference

  • Include file CADOField.inc
  • Defined in AfxNova/CAdoFields.inc:350
  • Documented in Databases/ADO Classes/CAdoFields Class.md
  • Topic: CAdoFields Class