Specifies the unformatted value
of the current object.
For example, this property can return or set the value of a field.
SyntaxReference_Syntax.rawValue = "value"
Values
Type
|
Values
|
Varies
|
Values differ depending on the referencing
object. For example, for objects that require a color value, this property
specifies a comma-separated list of values for each color component
of the color space in the form r,g,b.
Alternatively,
the rawValue property of a field object
is a string representing the actual value displayed in the field,
or the field’s bound value.
|
JavaScriptTextField1.rawValue = "Hello";
FormCalcTextField1.rawValue = "Hello"
|
|
|