Data.DB.TDataSetField.IncludeObjectField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IncludeObjectField: Boolean read FIncludeObjectField write SetIncludeObjectField default False;

C++

__property bool IncludeObjectField = {read=FIncludeObjectField, write=SetIncludeObjectField, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

Description

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

The IncludeObjectField property is not currently implemented.

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.

See Also