Data.DBXCommon.TDBXNullValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBXNullValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXNullValue : public TDBXWritableValue

Description

Implementation of TDBXWritableValue for Parameters that have no type.

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

See Also