RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetValueSize Method

Gets the size in bytes for values.

Pascal
function GetValueSize: Int64; virtual;
C++
virtual __fastcall Int64 GetValueSize();

Gets the size in bytes for a TDBXValue. For string data types the number of characters is returned. Throws a TDBXError exception if IsNull is true. 

 

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