Data.DB.TField.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: Integer; virtual;

C++

virtual int __fastcall GetSize();

Properties

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

Description

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