Data.DB.TParam.Value
Delphi
property Value: Variant read GetAsVariant write SetAsVariant stored IsParamStored;
C++
__property System::Variant Value = {read=GetAsVariant, write=SetAsVariant, stored=IsParamStored};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Data.DB.pas Data.DB.hpp |
Data.DB | TParam |
Description
Represents the value of the parameter as a Variant.
Use Value in generic code that manipulates the values of parameters without needing to know the field type the parameters represent.