RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.FieldFlags Property

Indicates various attributes of the adapter field.

Pascal
property FieldFlags: TDataSetAdapterFieldFlags;
C++
__property TDataSetAdapterFieldFlags FieldFlags;

FieldFlags indicates special uses of the value of this adapter field. This is a set that can indicate whether the value corresponds to a key field in the database (used to locate database records) and whether HTML forms store the original value of the field as a hidden field so that the application can detect changes to the field value. 

 

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