Questions tagged [delphi-xe2]

Delphi XE2 is a specific version of Delphi. Delphi XE2 was released on September 1, 2011 and is available as a standalone product or as part of RAD Studio XE2.

Delphi XE2 is a specific version of released on September 1, 2011.

Notable new features of Delphi XE2 are:

  • Support for 64 bit applications (on Windows only);
  • Inclusion of a new framework called that allows for cross platform development;
  • Cross platform development for Mac OS X and iOS(*) (in addition to Windows);
  • Live bindings, a new data binding concept for VCL and FireMonkey that supersedes data-awareness of controls.

*iOS projects require an extra development step using Xcode and the Free Pascal compiler on a Mac, but do deliver native iOS code.

Delphi XE2 was preceded by .

Always use the tag alongside this tag.

2598 questions
1
vote
2 answers

Convert Lockbox2 cipher text to Lockbox3 cipher text

Is there a way I can Convert my Lockbox 2 Cipher text to LockBox 3 Cipher text. We are migrating our application built on Delphi 2007 to Delphi xe2, we used the Lockbox 2 RSA Encryption algorithm in Delphi 2007 and we intend to use lockbox 3 in…
SK9
  • 87
  • 11
1
vote
3 answers

Undeclared identifier 'GetProcAddress' in a FireMonkey Application

I am trying to make a plugin system all by using Delphi XE2 via the Firemonkey framework. The issue is that I am getting the error GetProcAddress is undeclared identifier. When I attempt to use GetProcAddress in a VCL project everything works fine,…
1
vote
2 answers

Where is the XMLTransformProvider component in the Delphi XE2 palette?

It looks like this is the tool I need to ingest XML and connect with a TClientDataset. I have seen it mentioned in several posts and in documentation but I cannot find it in the XE2 component list - anywhere! Where is it supposed to be? Is it in…
user1248816
  • 109
  • 2
  • 8
1
vote
3 answers

Can I make my Delphi App start at a specific time (like 12:00AM), without the application running?

I saw an installed application, that feeds some XML data from the vendor's website and displays it in the Main Form window. Simple stuff, I suppose, but whgat I noticed was that, even when I close the Application in the system tray, tomorrow morning…
1
vote
2 answers

need guidance on populating a grid with xml retrieved from a web service with Delphi XE

Somewhat lost here.... Using Delphi XE2 cross-platform (Win/OSX), I want to retrieve some XML through a call to a RESTful service, parse it, and then display selected elements in a scrollable grid control. In other words, I need to treat the…
user1248816
  • 109
  • 2
  • 8
1
vote
1 answer

Delphi XE2 DataSnap – Random keys for the PC1 Filters

Setting up a datasnap filters as described in the user manual will result in the RSA and PC1 filters having a fixed keys. What is the best way to generate a different random PC1 key for each session?
Charles Faiga
  • 11,665
  • 25
  • 102
  • 139
1
vote
0 answers

Marshal and UnMarshal Firemonkey iOS Application

The DbxJsonReflect unit dont work in FM for iOS? I need Marshal and UnMarshal objects. I tried using the FPC routines, but the TJsonObject types are incompatible. Any idea?
1
vote
2 answers

Cannot debug large delphi XE2 application cross platform with Windows XP SP3 target

I've done my first setup of 'remote debugging' with XE2 (update 3) where I've taken my large 650k line app (which compiles and debugs fine in Win7) and found that breakpoints do not get hit in remote mode. A small 'hello world' test project works…
Brian Frost
  • 13,334
  • 11
  • 80
  • 154
1
vote
1 answer

How i can show the customize dialog for a TActionMainMenuBar component?

I had a TActionMainMenuBar in a form and I want to customize the preferences in runtime, is possible show the same dialog displayed in desgin time, but in runtime?
Salvador
  • 16,132
  • 33
  • 143
  • 245
1
vote
2 answers

HTML Agility Pack for Delphi

Which is the most close replacement of HTML Agility Pack for Delphi. I need some HTML being stripped and the ability to build a DOM tree over a loosely formated HTML.
Gad D Lord
  • 6,620
  • 12
  • 60
  • 106
1
vote
1 answer

OSX System Status Bar

I writed a code in delphi to insert a status item to an system status bar, the code works good and status item displayed. I used an transparent icon and I should click exactly on icon (not icon rect) to open menu. But if I click on transparent area…
mh taqia
  • 3,506
  • 1
  • 24
  • 35
1
vote
3 answers

What components to use when connecting to a mySQL Database on a webserver

I, want to develop an application that can access my database on my website. I want to know what components can I use to access, insert and update records in my database. Im using a mySQL database on a unix server. The application will be running in…
Japster
  • 985
  • 6
  • 19
  • 38
1
vote
2 answers

Windows PaintDesktopVersion

I am running Win7 and wish to change the build identifier displayed when setting HKCU\Control Panel\Desktop\PaintDesktopVersion to 1. Is there a possibility to change this text, or to add to it (for example a name of the personal computer or a name…
Gu.
  • 1,947
  • 4
  • 30
  • 49
1
vote
3 answers

AV after successful close of applications

I am getting this AV message about 3 to 5 seconds after the applications close as expected: Exception EAccessViolation in module rtl160.bpl at 00073225. Access violation at address 500A3225 in module 'rtl160.bpl'. Read of address 00000004. These…
Experience
  • 98
  • 8
1
vote
1 answer

Firemonkey Grid Control - Disable column move; yet allow column sizing

I am using the TGrid in FM and want users to be able to resize a column, but not re-organise the columns (ie. drag & move the column header). I have tried changing many of the exposed properties ("Locked", "DragMode", "EnableDrag" etc...) - but…
Ian
  • 147
  • 1
  • 3
  • 8