Bde.DBTables.TParamList.FieldDescs

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FieldDescs: TFieldDescList read FFieldDescs;

C++

__property TFieldDescList FieldDescs = {read=FFieldDescs};

プロパティ

種類 可視性 ソース ユニット
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TParamList

説明

パラメータリストオブジェクトに保守される各パラメータの項目記述子を示します。

FieldDescs プロパティを調べると,パラメータリストオブジェクトが保守している各パラメータの特性を判別できます。通常,アプリケーションがこのプロパティに直接アクセスする必要はありません。

関連項目