RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBListBox.Field Property

Identifies the TField object the listbox is linked to.

Pascal
property Field: TField;
C++
__property TField Field;

Use the Field object when you want to change the value of the data in the field programmatically.

DBListBox1.Field.AsString := 'Lithuania';

 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!