IHTMLFormElement::get_elementsIHTMLFormElement::get_elements*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLFormElement::get_method
*Next Topic: IHTMLFormElement::put_target

IHTMLFormElement::get_elements


HRESULT get_elements(
    IDispatch **p
);

Retrieves an interface pointer to a zero-based collection of the elements in the form. The pointer provides access to the properties and methods of the elements. The order of the elements in the collection is determined by the HTML source.

p
Address of a variable that receives the interface pointer.


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