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 number of fields contained in the ADT (Abstract Data Type) field.

The GetSize method returns the number of fields contained in the ADT (Abstract Data Type) field, including the fields of child fields that are of type ADT.