API:IBX.IBCustomDataSet.TIBBCDField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

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.

IBX.IBCustomDataSet.TIBBCDField.GetDataSize inherits from Data.DB.TBCDField.GetDataSize. All content below this line refers to Data.DB.TBCDField.GetDataSize.

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