Bde.DBTables.TParamList.FieldDescs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldDescs: TFieldDescList read FFieldDescs;

C++

__property TFieldDescList FieldDescs = {read=FFieldDescs};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TParamList

Description

Contains the field descriptors for each parameter maintained by the parameter list object.

Examine FieldDescs to determine the characteristics of each parameter maintained by the parameter list object. Applications usually have no need to access this property directly.

See Also