RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetField.IncludeObjectField Property

Indicates whether this field can be represented as a persistent field in the nested dataset. Reserved for future use.

Pascal
property IncludeObjectField: Boolean;
C++
__property Boolean IncludeObjectField;

The IncludeObjectField property is not currently implemented.  

In BDE-enabled datasets, set this property to true to allow the nested dataset that is the value of this field to access this parent dataset field. When this property is true, a persistent field can be created for this dataset field in the detail dataset using the Fields editor. The name of this dataset field is then displayed above the child fields in a grid associated with the nested dataset.  

The default value is false. 

 

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