Data.DBXCommon.TDBXValue.CreateValue

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Creates values for both the TDBXReader and TDBXParameterList classes.

Creates values for Value and Value properties.