FormKeyValue interface¶
The FormKeyValue interface is used to provided updated values for Forms.
This interface can be created directly.
FormKeyValue::Name property | The Name property contains the display name for the form to be updated. |
FormKeyValue::Selected property | The Selected property contains the new boolean value representing the selected state for checkbox and radio button forms. |
FormKeyValue::Value property | The Value property contains the new value for the form. If the form type is single select list box or a combo box this value must be set to one of the available choices. If the form type is a multi-select list box this value may be zero or more of the available choices separated delimited by a space character. |