Data.DB.TParam.Value

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParam

Delphi

property Value: Variant read GetAsVariant write SetAsVariant stored IsParamStored;

C++

__property System::Variant Value = {read=GetAsVariant, write=SetAsVariant, stored=IsParamStored};

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