API:Data.DBXCommonTable.TDBXTrimStringValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXDelegate.TDBXDelegateWritableValueData.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXTrimStringValue

Delphi

TDBXTrimStringValue = class(TDBXDelegateWritableValue)

C++

class PASCALIMPLEMENTATION TDBXTrimStringValue : public Data::Dbxdelegate::TDBXDelegateWritableValue

Properties

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

Description


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

Data.DBXCommonTable.TDBXTrimStringValue 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