Data.DBXCommon.TDBXValue.CreateValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
class function CreateValue(DBXContext: TDBXContext; ValueType: TDBXValueType; DbxRow: TDBXRow; ReadOnlyType: Boolean): TDBXWritableValue; overload; static;
class function CreateValue(ValueType: TDBXValueType): TDBXWritableValue; overload; static;
C++
static TDBXWritableValue* __fastcall CreateValue(TDBXContext* DBXContext, TDBXValueType* ValueType, TDBXRow* DbxRow, bool ReadOnlyType)/* overload */;
static TDBXWritableValue* __fastcall CreateValue(TDBXValueType* ValueType)/* overload */;
Description
Creates values for both the TDBXReader and TDBXParameterList classes.