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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the text.
See also put_value
IHTMLTextAreaElement::put_value
HRESULT put_value( BSTR v );Sets the text entry field of the TEXTAREA element, replacing any existing text.
- Returns S_OK if successful, or an error value otherwise.
- v
- String to place in the entry field of the element.
See also get_value
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.