Data.DB.TFieldDefList.FieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFieldDefList

Delphi

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

C++

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

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