Page 1 of 1

TUniDataSource

Posted: Thu 24 Dec 2009 09:46
by hughespa
Hi,

Are there any significant differences between a TUniDataSource and a regular vcl TDataSource?

Should the UniDataSource be used for new work?

Regards, Paul.

Posted: Thu 24 Dec 2009 10:01
by Plash
There is no diference between these components except TUniDataSource can automatically set its DataSet property at design time if you drop it near a dataset.

You can use any of these components.

Posted: Thu 24 Dec 2009 11:50
by hughespa
Hi Plash,

Good idea, thanks for that.

Regards, Paul.