Data.DBXCommon.TDBXJSONValue.EstimatedByteSize
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXJSONValue |
Delphi
function EstimatedByteSize: Integer; virtual;
C++
virtual int __fastcall EstimatedByteSize();
Description
Returns the estimated byte size of this TDBXJSONValue.
Note: The actual size of the TDBXJSONValue is smaller.