Data.DB.TADTField.GetSize
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TADTField |
Delphi
function GetSize: Integer; override;
C++
virtual int __fastcall GetSize();
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.