As you all know, Embarcadero just released Delphi XE2. I have download it and i am very excited about having an way of creating an iOS app.
Very often when I try to open any project in Delphi XE the following issue raises for a fe开发者_开发问答w popular bpl-packages:
I just downloaded and installed Delphi开发者_StackOverflow XE2. I opened a sample iOS firemonkey HD application (the one Lanusse shows on his videos) and theres no export to Xcode option.
I use OLE method like this: var xlApp, xlWorkBook, xlWorkSheet, arr: Variant; begi开发者_如何学Cn
I ask a question here How to create simple XML in OmniXML and I get an answer from Gavin Watkinson. I create the unit:
I want to draw a Chevron button in a cus开发者_StackOverflow社区tom dialog form and I\'m wondering if exist a Stateand Part constant to be used with the DrawThemeBackground function or I must draw
I am using ZeosLib within Delphi to call a MySQL stored procedure through the TZQuery object. Immediately after MySQL finishes execution of the stored procedure I need to initiate my next block of cod
I wanted to be able to turn on/off my monitors fro开发者_JS百科m a Delphi script, from Windows XP to 7.
How would I go about reading a text file from a file on disk into an array in memory? Also, I noticed using ReadL开发者_如何学Cn only shows the first line (seems kind of obvious, since it is ReadLn,
I\'ve implemented the following procedure and it works properly when I compile it on my computer running windows vista, computer #1. If I share the created .exe file to another computer running win7,