Generic function
Returns the type of the gadget value for the specified gadget.
gadget-value-type gadget => type
<value-gadget>.
<type>.
duim-gadgets
duim-gadgets
Returns the type of the gadget value for gadget.
The following code creates a text field, the contents of which are constrained to be an integer.
*numeric* := contain(make(<text-field>,
value-type: <integer>)); Evaluating the following code confirms the gadget value type to be the class <integer>.
gadget-value-type(*numeric*);
gadget-value, page 585