Used to detect fields of composite (ROW) type and create separate fields for each attribute of composite type.
property EnableComposites: boolean default True;
Use the EnableComposites property to detect fields of compisite (ROW) type and create separate fields for each attribute of composite type.
When EnableComposites is set to True, PgDAC detects fields of composite type and creates separate fields for each attribute of composite type. If the ObjectView property is set to True, PgDAC also creates an instanse of TADTField that is parent for all attributes fields.
When EnableComposites is False, fields of composite types are not detected and mapped to TStringField, TMemoField, TWideStringField, or TWideMemoField depending on the UnknownAsString and UseUnicode options.