Data.DBXCommon.TDBXByteArrayValue.GetValueSize
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXByteArrayValue | |
Delphi
function GetValueSize: Int64; override;
C++
virtual __int64 __fastcall GetValueSize();
Description
Gets the size in bytes for values.
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.