Data.DBXCommonTable.TDBXNoOpRow.CreateCustomValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXNoOpRow

Description

Dans cette implémentation, elle renvoie nil.

La méthode CreateCustomValue vérifie si le type de valeur donné est un WideStringType et, si c'est le cas, la méthode est fermée. CreateCustomValue renvoie toujours nil.

Voir aussi