Data.DB.TObjectField.GetFieldCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldCount: Integer;

C++

int __fastcall GetFieldCount();

Properties

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

Description

Gets the number of the owned fields.

GetFieldCount returns the number of the owned TField objects.

See Also