RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Value Property

Represents the value of the parameter as a Variant.

Pascal
property Value: Variant;
C++
__property Variant Value;

Use Value in generic code that manipulates the values of parameters without needing to know the field type the parameters represent. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!