Data.DB.TBooleanField.GetDataSize

提供:RAD Studio API Documentation

Delphi

function GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TBooleanField

説明

Boolean フィールドの値を格納するのに必要なバイト数を返します。

GetDataSize メソッドは、Boolean フィールドの値を格納するのに必要なバイト数(たとえば、Boolean 値をメモリ内で表現するのに必要なバイト数)を返します。

関連項目