DB.TParam.Value

From RAD Studio VCL Reference
Jump to: navigation, search

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.

See Also

Personal tools
Translations
Newest Version