Data.DBXCommon.TDBXWritableValue

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXWritableValue = class(TDBXValue)
C++
class PASCALIMPLEMENTATION TDBXWritableValue : public TDBXValue
Description
Extension of TDBXValue that adds the ability to set a value.
Extension of TDBXValue that adds the ability to set a value. This is only used by TDBXParameter.Value. TDBXReader.Value array property uses the read-only TDBXValue.