Data.DBXDelegate.TDBXDelegateWritableValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXDelegateWritableValue
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: Data.DBXDelegate

Delphi

TDBXDelegateWritableValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXDelegateWritableValue : public Data::Dbxcommon::TDBXWritableValue

Description

Extension of TDBXValue that adds the ability to set a value.

Data.DBXDelegate.TDBXDelegateWritableValue inherits from Data.DBXCommon.TDBXWritableValue. All content below this line refers to Data.DBXCommon.TDBXWritableValue.

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