Data.DBXCommon.TDBXValueType.SetNullable

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetNullable(const NullableValue: Boolean); virtual;

C++

virtual void __fastcall SetNullable(const bool NullableValue);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

説明

Nullable プロパティを設定します。

SetNullable は、Nullable プロパティを設定します。

関連項目