dataFld property
Sets or retrieves a field of a given data source, as specified by the IHTMLDatabinding::dataSrc property, to bind to the specified object.
Syntax
HRESULT value = object.put_dataFld( v);HRESULT value = object.get_dataFld(* p);
Property values
Type: BSTR
the field name.
Remarks
The IHTMLDatabinding::dataFld property is not available on param objects; use IHTMLEventObj2::getAttribute instead.
See also
Show: