Data.DB.TObjectField.GetFieldCount

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

Delphi

function GetFieldCount: Integer;

C++

int __fastcall GetFieldCount();

Description

Gets the number of the owned fields.

GetFieldCount returns the number of the owned TField objects.

See Also