RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.Attributes Property

Identifies attributes of the field associated with the field def.

Pascal
property Attributes: TFieldAttributes;
C++
__property TFieldAttributes Attributes;

Attributes lists various attributes that are used to describe the role of the field that the TFieldDef object defines.

Note: In Delphi, faReadonly value has the same name as a constant is in the SysUtils unit. If both the SysUtils and the Db units are used in your source files, you must disambiguate by specifying the unit to qualify the use of faReadonly. That is,write Db.faReadonly. In C++, this is not a problem because the constant in the SysUtils unit differs in case (faReadOnly).
 

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