Data.Win.ADODB.TParameter.Value

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TParameter

Delphi

property Value: Variant read GetValue write SetValue;

C++

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

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