Data.Bind.Components.TLinkFillControlToField.FillValueFieldName

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

Delphi

property FillValueFieldName: string read GetFillValueFieldName write SetFillValueFieldName default 0;

C++

__property FillValueFieldName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkFillControlToField

説明

各リスト ボックス 項目に値を提供する、フィル データソース フィールドを示します。

Data.Bind.Components.TLinkFillControlToField.FillValueFieldName は Data.Bind.Components.TCustomLinkFillControlToField.FillValueFieldName を継承しています。以下の内容はすべて Data.Bind.Components.TCustomLinkFillControlToField.FillValueFieldName を参照しています。

各リスト ボックス 項目に値を提供する、フィル データソース フィールドを示します。リスト内の項目を設定するのに複数の式が必要な場合に、このコレクションを使用します。

プロパティ FillDisplayFieldNameFillValueFieldName を使用すると、リスト コントロールを設定して、ユーザーへの説明となる文字列(顧客名など)を表示させることができます。ただし、内部的には、顧客番号といった、識別子を使用しなければなりません。

関連項目