Delphi XE is a specific version of Delphi.
In Delphi XE I am using the BASS audio library, which contains this function: function BASS_StreamCreateURL(url: PAnsiChar; offset: …
delphi pointers delphi-xe unicode-string ansistringI stumbled onto this problem yesterday when I was busy writing some unit tests using SQLLite. My environment is Windows7/…
delphi ado delphi-xeI'm attempting to use the enhanced RTTI features in Delphi XE or later, to read and write objects to XML. …
delphi rtti delphi-xeIn Delphi XE is it possible to use XPath with a TXmlDocument component? I'm aware I can use late binding …
delphi xpath delphi-xe txmldocumentAs a test I decided to create a simple "Hello world" app in Delphi using Delphi 4, 5, 6, 7, 2005, 2010 and XE3. The app …
delphi delphi-7 delphi-2010 delphi-xe delphi-xe3I get 'Variable ForAllUsers inaccessible here due to optimization' even if the build configuration is set to 'Debug' and the …
delphi delphi-xe delphi-ideAre there pre-defined charsets in Delphi, to check if a character is a letter? In Cocoa I use something like …
delphi delphi-xe pascal