IHTMLDatabinding::get_dataFldIHTMLDatabinding::get_dataFld*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDatabinding::put_dataFld
*Next Topic: IHTMLDatabinding::put_dataSrc

IHTMLDatabinding::get_dataFld


HRESULT get_dataFld(
    BSTR *p
);

Retrieves the field of a given data source (as specified by the dataFld property) to bind to the given element.

p
Address of a string variable that receives the field.

See also put_dataFld

Up Top of Page


IHTMLDatabinding::put_dataFld


HRESULT put_dataFld(
    BSTR v
);

Sets the field of a given data source (as specified by the dataFld property) to bind to the given element.

v
String specifying the field.

See also get_dataFld


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.