Data.DBXCommonTable.TDBXNoOpRow.CreateCustomValue
Delphi
function CreateCustomValue(const ValueType: TDBXValueType): TDBXValue; override;
C++
virtual Data::Dbxcommon::TDBXValue* __fastcall CreateCustomValue(Data::Dbxcommon::TDBXValueType* const ValueType);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXNoOpRow |
Description
In this implementation, it returns nil.
The CreateCustomValue method checks whether the given value type is a WideStringType
and, if so, the method exits. CreateCustomValue always returns nil.