Data.DB.TField.GetSize

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: TField

Delphi

function GetSize: Integer; virtual;

C++

virtual int __fastcall GetSize();

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