Data.DBXCommon.TDBXWritableValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXValueSystem.TObjectTDBXWritableValue

Delphi

TDBXWritableValue = class(TDBXValue)

C++

class PASCALIMPLEMENTATION TDBXWritableValue : public TDBXValue

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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.

See Also