ComponentOne True DataControl 8.0
FieldKind Property

Sets/returns the field kind (data, calculated or linked).

Syntax

Field.FieldKind= value

Remarks

Read/Write at run time and design time. Property applies to Field control.

 

Design Time

Run Time

0 - Data

tdbDataField

1 - Calculated

tdbCalculatedField

2 - Linked

tdbLinkedField

 

This property determines whether the field is:

A data field, stored in the data source

A calculated field, not stored in the data source

A linked field, corresponding to a field in a TData control linked to this control in a one-to-one relationship

See Three kinds of fields for details.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback