RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCheckBox.Field Property

Indicates the TField object whose current value the check 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.

DBCheckBox1.Field.AsBoolean := True;

 

DBCheckBox1->Field->AsBoolean = true;

 

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