Description
HtmlHidden is the class for a hidden input field in a Web application.
Availability
This functionality is supported only if you are using the Classic Agent.
Inheritance
The
HtmlHidden class is derived from the
Control class and the
AnyWin class.
Methods
HtmlHidden inherits all its methods from the
AnyWin class and the
Control class.
Properties
In addition to the properties it inherits from the
AnyWin class and the
Control class,
HtmlHidden also has the following properties:
Property
|
Type
|
Description
|
$Name
|
STRING
|
The name of the hidden field
|
$Status
|
STRING
|
The status of the hidden field
|
$Type
|
STRING
|
The type of the hidden field
|
$Value
|
STRING
|
The value of the hidden field
|
For more information, see
About properties.