Delphi (VCL) Generics and data binding?

Does anyone know if there are any Generic Collection classes in Delphi XE (I say VCL here) that work with control data? In other words, are there any general classes such as TObjectList <> that can be assigned to TDataSource.DataSet or something like that?

Thank.

Dan

+3
source share
2 answers

Yes, you can, using an ObjectDataSet concept, which I think you would end up realizing yourself based on a linked sample code in the form of a start place.

, TObjectList TDataSet. RTTI , , . RTTI Generics, , TPersistent.

, , . , , . VIRTUAL CONTROL, VirtualTreeView ExGridView.

, , , , .

+4

:

Generic Collection, , , .

+2

All Articles