Installing unidac for ios build

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wbroyles10
Posts: 6
Joined: Tue 21 Aug 2012 00:56

Installing unidac for ios build

Post by wbroyles10 » Tue 21 Aug 2012 22:07

Are there some instructions for setting up unidac on the Mac for iOS build? The help file did not install in xe2.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Installing unidac for ios build

Post by AlexP » Wed 22 Aug 2012 11:38

Hello,

After exporting your application to XCode, you should copy all files from the Source and Providers folder to the root directory of the created XCode folder. Application deevelopment for iOS doesn't differ from application development for other OSs, except the fact that, for the time being, Embarcadero doesn't allow to put non-visual data access components into the iOS form, and you have to create appropriate objects in the code manually. Moreover, presently, iOS applications don't support the LiveBinding technology, therefore you will have to implement data display in Grid or in other components manually (for example, create a loop by DataSet strings for Grid and insert data to it manually)

wbroyles10
Posts: 6
Joined: Tue 21 Aug 2012 00:56

Re: Installing unidac for ios build

Post by wbroyles10 » Thu 23 Aug 2012 00:45

Thanks Alexp.

Post Reply