IBX.IBCustomDataSet.TIBBCDField.GetDataSize

From RAD Studio API Documentation

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize(void);

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

Description

Returns the number of bytes required to store a TBcd value in a field. {{#multireplace:IBX.IBCustomDataSet.TIBBCDField.GetDataSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TBCDField.GetDataSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TBCDField.GetDataSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the number of bytes required to store a TBcd value in a field.

Call GetDataSize to return the number of bytes required to store a TBcd value in a field. GetDataSize returns 32 for TBCDField.

See Also