Data.DBXCommon.TDBXNullValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXNullValue

Delphi

TDBXNullValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXNullValue : public TDBXWritableValue

Properties

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

Description

Implementation of TDBXWritableValue for Parameters that have no type.

TDBXNullValue is an implementation of TDBXWritableValue for Parameters that have no type.

See Also