Value Property

See Also    Examples    Applies To

Returns/sets the value of the control.

Column object

Returns/sets the value of the column. Value means the actually stored (may differ from the displayed, see also the DisplayValue property) value of the field.

Property Value

column.Value [= varVal]

cbo control

Property Value

cbo.Value [= varVal]

txt control

Property Value

txt.Value [= varVal]

chk Control

Property Value

chk.Value [= varVal]

The values that are corresponding to an unchecked and a checked checkbox are determined by the FalseValue and the TrueValue properties, respectively.