adding fields in rumtime after assign

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

adding fields in rumtime after assign

Post by jkuiper » Wed 20 Oct 2010 12:28

Is it possible to add extra data- or calculated fields when the dataset is assigned (virtualtable.assign(datasetcomponent);) ?

AndreyZ

Post by AndreyZ » Tue 02 Nov 2010 12:12

Hello,

You can add the new fields (but not the calculated fields) into the TVirtualTable component after assigning.

Post Reply