API:Data.DB.TVarBytesField.GetDataSize
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TVarBytesField |
Description
Returns the number of bytes required to store a binary value in the TBytesField.
Data.DB.TVarBytesField.GetDataSize inherits from Data.DB.TBytesField.GetDataSize. All content below this line refers to Data.DB.TBytesField.GetDataSize.
Returns the number of bytes required to store a binary value in the TBytesField.
Call GetDataSize to return the number of bytes required to store a binary value in the TBytesField.