API:Data.DB.TADTField.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: Integer; override;

C++

virtual int __fastcall GetSize();

Properties

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

Description

Returns the size used in the definition of the physical database field for data types that support different sizes.

Data.DB.TADTField.GetSize inherits from Data.DB.TField.GetSize. All content below this line refers to Data.DB.TField.GetSize.

Returns the size used in the definition of the physical database field for data types that support different sizes.

The GetSize method is used to obtain the size used in the definition of the physical database field for data types that support different sizes.

GetSize is the protected getter implementation for the Size property.

See Also