IHTMLTextAreaElement::get_valueIHTMLTextAreaElement::get_value*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTextAreaElement::get_type
*Next Topic: IHTMLTextAreaElement::get_wrap

IHTMLTextAreaElement::get_value


HRESULT get_value(
    BSTR *p 
);

Retrieves the current text from the entry field of the TEXTAREA element.

p
Address of a string variable that receives the text.

See also put_value

Up Top of Page


IHTMLTextAreaElement::put_value


HRESULT put_value(
    BSTR v 
);

Sets the text entry field of the TEXTAREA element, replacing any existing text.

v
String to place in the entry field of the element.

See also get_value


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