Data.DB.TBooleanField.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBooleanField

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

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