RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBText.Field Property

Indicates the TField object for the database field the database text control represents.

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

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

DBText1.Field.AsString := 'Santa Cruz Wharf';

 

DBText1->Field->AsString = "Santa Cruz Wharf";

 

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