Vcl.DBCtrls.TCustomDBLookupComboBox.UpdateListFields

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

Delphi

procedure UpdateListFields; override;

C++

virtual void __fastcall UpdateListFields();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

説明

参照値のリストが変更された場合にコントロールを更新します。

Vcl.DBCtrls.TCustomDBLookupComboBox.UpdateListFields は Vcl.DBCtrls.TDBLookupControl.UpdateListFields を継承しています。以下の内容はすべて Vcl.DBCtrls.TDBLookupControl.UpdateListFields を参照しています。

参照値のリストが変更された場合にコントロールを更新します。

UpdateListFields は,参照値のリストが変更された場合に自動的に呼び出されます。UpdateListFields は,コントロールのすべてのプロパティを同期して,新しい値のリストが反映されるようにします。

関連項目