Vcl.DBGrids.TGridDataLink.Fields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fields[I: Integer]: TField read GetFields;

C++

__property Data::Db::TField* Fields[int I] = {read=GetFields};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Lists all the field components contained in the field map.

Use Fields to access field components by index number. Fields is a zero-based array. If the SparseMap property is true, the field map may contain undefined fields. For these entries, Fields returns nil (Delphi) or NULL (C++).

See Also