Data.DBXCommon.TDBXParameter.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXParameter |
Delphi
property Value: TDBXWritableValue read GetValue;
C++
__property TDBXWritableValue* Value = {read=GetValue};
Description
Used to read and write parameter values.
Returns a TDBXWritableValueinstance that can be used to read and write parameter values.