###User Defined Function###
_IEFormElementGetValue

###Description###
Returns the value of a given Form Element.

###Syntax###
#include <IE.au3>
_IEFormElementGetValue ( ByRef $o_object )


###Parameters###
@@ParamTable@@
$o_object
	Object variable of an InternetExplorer.Application, Form Element object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the string value of the given Form Element.
Failure:	sets the @error flag to non-zero.
@error:	2 ($_IEStatus_COMError) - COM Error in Object reference
	3 ($_IEStatus_InvalidDataType) - Invalid Data Type
	4 ($_IEStatus_InvalidObjectType) - Invalid Object Type
@extended:	Contains invalid parameter number
@@End@@


###Remarks###
See remarks for <a href="_IEFormElementSetValue.htm">_IEFormElementSetValue()</a>.


###Related###
_IEFormElementSetValue, _IEFormElementGetCollection, _IEFormElementGetObjByName, _IEFormElementOptionSelect, _IEFormElementCheckBoxSelect, _IEFormElementRadioSelect


###Example###
@@IncludeExample@@
