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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the field.
See also put_dataFld
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the field.
See also get_dataFld
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.