RAD Studio VCL Reference
|
Indicates whether a field represents a column in a dataset, a calculated field, or a lookup field.
property FieldKind: TFieldKind;
__property TFieldKind FieldKind;
Use FieldKind to determine if a field is a data field, a calculated field, a lookup field, or an aggregate field. The value of FieldKind can be changed programmatically, but in practice FieldKind is set at design time when creating Field components with the Fields editor.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|