DB.TDataSetField Properties
From RAD Studio VCL Reference
Delphi Information
| property NestedDataSet: TDataSet read GetNestedDataSet; |
Indicates the dataset that is nested in the dataset field. |
| property IncludeObjectField: Boolean read FIncludeObjectField write SetIncludeObjectField; |
Indicates whether this field can be represented as a persistent field in the nested dataset.Reserved for future use. |
Unit: DB
Type: property
Visibility: published
Member Of: TDataSetField
C++ Information
| __property Db::TDataSet * NestedDataSet = {read=GetNestedDataSet}; |
Indicates the dataset that is nested in the dataset field. |
| __property bool IncludeObjectField = {read=FIncludeObjectField,write=SetIncludeObjectField}; |
Indicates whether this field can be represented as a persistent field in the nested dataset.Reserved for future use. |
Unit: DB
Type: property
Visibility: public
Member Of: TDataSetField
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!