RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.Field Property

Identifies the TField object whose current value the combo box represents.

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

Use the TField reference provided by the Field property when you want to change the value of the data in the field programmatically.

DBComboBox1.Field.AsString := 'Brazil';

 

DBComboBox1->Field->AsString = "Brazil";

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!