Click to return to the Reusing Browser Technology home page    
IHTMLDatabinding Interfac...     IHTMLDatabinding::get_dat...     IHTMLDatabinding Interfac...    
Web Workshop  |  Reusing Browser Technology

IHTMLDatabinding::get_dataFld Method


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

Syntax

HRESULT get_dataFld(
    BSTR *p
);

Parameters

p
Address of a string variable that receives the field.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLDatabinding::put_dataFld Method


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

Syntax

HRESULT put_dataFld(
    BSTR v
);

Parameters

v
String that specifies the field.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.