Data.DB.TBooleanField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TBooleanField

Description

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

The GetDataSize method returns the number of bytes required to store the value in the Boolean field (for example, how many bytes are used to represent a Boolean value in memory).

See Also