Data.DBXCommon.TDBXValueType.SetNullable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXValueType

Delphi

procedure SetNullable(const NullableValue: Boolean); virtual;

C++

virtual void __fastcall SetNullable(const bool NullableValue);

Description

Set Nullable property.

SetNullable sets the Nullable property.

See Also