Data.Win.ADODB.TParameter.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Variant read GetValue write SetValue;

C++

__property System::Variant Value = {read=GetValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

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.

See Also