Data.DBXCommonTable.TDBXNoOpRow.CreateCustomValue

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

Delphi

function CreateCustomValue(const ValueType: TDBXValueType): TDBXValue; override;

C++

virtual Data::Dbxcommon::TDBXValue* __fastcall CreateCustomValue(Data::Dbxcommon::TDBXValueType* const ValueType);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXNoOpRow

説明

この実装では、nil を返します。

CreateCustomValue メソッドは、指定された値の型が WideStringType であるかをチェックし、そうであるなら終了します。CreateCustomValue は常に nil を返します。

関連項目