Data.DBXCommon.TDBXValue.CreateValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

Creates values for Value and Value properties.