Vcl.DBCtrls.TDBListBox.Field

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

Delphi

property Field: TField read GetField;

C++

__property Data::Db::TField* Field = {read=GetField};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBListBox

説明

リストボックスがリンクされている TField オブジェクトを返します。

プログラムで項目のデータの値を変更するには,Field オブジェクトを使用します。



DBListBox1.Field.AsString := 'Lithuania';



DBListBox1->Field->AsString = "Lithuania";



関連項目