RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWritableValue Class

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

Pascal
TDBXWritableValue = class(TDBXValue);
C++
class TDBXWritableValue : public TDBXValue;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!