[fpc-pascal] TDataset incompatible with Delphi 7 and later

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Fri Jun 12 14:04:32 CEST 2015


Hi,

I've noticed the following incompatible (missing) TDataset properties,
which have been available at least since Delphi 7 onwards (maybe even
earlier).

These are missing in FPC 2.6.4 - anybody know if somebody is working on
these for FPC's TDataset, or maybe if it is already in the upcoming 3.0
or Trunk?


==========================
Specifies whether fields are stored hierarchically or flattened out in
the Fields property.

Delphi syntax:
  property ObjectView: Boolean;
==========================

...and...

==========================
Indicates the persistent TDataSetField object that owns a nested dataset.

Delphi syntax:
  property DataSetField: TDataSetField;
==========================



Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/



More information about the fpc-pascal mailing list