Add support for interface list in TObjectDataSet

Issue #232 wontfix
Jacek Laskowski created an issue

Please add support for interface list like

IList<IMyInterface>

to TObjectDataSet.

Comments (2)

  1. Stefan Glienke repo owner

    Will not happen - for several reasons:

    1. IObjectList is not compatible with lists of interfaces
    2. Interfaces do not have RTTI for properties which would it make kind of useless.

    Consider using TVirtualDataSet for this task.

  2. Log in to comment