Data.DBXCommon.TDBXValueType.SetNullable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNullable(const NullableValue: Boolean); virtual;

C++

virtual void __fastcall SetNullable(const bool NullableValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

Set Nullable property.

SetNullable sets the Nullable property.

See Also