Used to represent the value of the parameter as Variant.
property Value: variant stored IsValueStored;
The Value property represents the value of the parameter as Variant.
Use Value in generic code that manipulates the values of parameters without the need to know the field type the parameter represent.