IHTMLGenericElement interface

This interface provides databinding capabilities to an element.

Members

The IHTMLGenericElement interface inherits from the IDispatch interface. IHTMLGenericElement also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLGenericElement interface has these methods.

Method Description
namedRecordset

Retrieves the recordset object corresponding to the named data member from a DSO.

 

Properties

The IHTMLGenericElement interface has these properties.

Property Description

recordset

Sets or retrieves from a data source object a reference to the default record set.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch