Data.DB.TFieldDefList.FieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldDefs[Index: Integer]: TFieldDef read GetFieldDef; default;

C++

__property TFieldDef* FieldDefs[int Index] = {read=GetFieldDef/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TFieldDefList

Description

Lists the field definitions for the dataset associated with the TFieldDefList object.

FieldDefs points to an internal list of field definitions for a dataset. A TFieldDefList with object field types, such as TADTField and TArrayField, lists child TFieldDef objects sequentially after the parent TFieldDef.

See Also