DB.TParam.Value
From RAD Studio VCL Reference
Contents |
Delphi Information
From DB.pas
property Value: Variant read GetAsVariant write SetAsVariant;
Unit: DB
Type: property
Visibility: published
Member Of: TParam
C++ Information
From DB.hpp
__property System::Variant Value = {read=GetAsVariant,write=SetAsVariant};
Unit: DB
Type: property
Visibility: public
Member Of: 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.