RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.CreateValue Method (TDBXContext, TDBXValueType, TDBXRow, Boolean)

Creates values for both the TDBXReader and TDBXParameterList classes.

Pascal
class function CreateValue(DBXContext: TDBXContext; ValueType: TDBXValueType; DbxRow: TDBXRow; ReadOnlyType: Boolean): TDBXWritableValue; overload; static;
class function CreateValue(ValueType: TDBXValueType): TDBXWritableValue; overload; static;
C++
static __fastcall TDBXWritableValue CreateValue(TDBXContext DBXContext, TDBXValueType ValueType, TDBXRow DbxRow, Boolean ReadOnlyType);
static __fastcall TDBXWritableValue CreateValue(TDBXValueType ValueType);

Creates values for Value and Value properties. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!