Questions tagged [delphi-xe7]

Delphi XE7 is a specific version of Delphi released in September 2014.

Delphi XE7 is a specific version of Delphi released in September 2014. It supports development of applications covering Win32, Win64, OSX, iOS, and Android. Windows applications (32bit and 64bit) may be built using either the VCL framework or the Firemonkey (FMX) framework, whereas the rest of the supported platforms are built under the Firemonkey framework.

Always use the tag alongside this tag.

909 questions
0
votes
1 answer

Fields GetContentStyle not working

I dont know why this is not working on SQL Server Express 2014 : procedure TMainForm.cxGrid1DBTableView1DONEStylesGetContentStyle( Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; var AStyle:…
user3927897
  • 611
  • 3
  • 10
  • 20
0
votes
1 answer

SqlLite3 Error creating table

I'm trying to create tables using mysql Scripts but I'm getting errors like this: Exception ESQLiteNativeException in module ActivityPlan.exe at 0051A80E. [FireDAC][Phys][SQLite] ERROR: near "CODICE": syntax error. CREATE TABLE anag_giac (CODICE…
Gianluca Colombo
  • 717
  • 17
  • 38
0
votes
0 answers

Is there a way to open the same file twice in Delphi IDE?

I'm looking for a way to open the same .pas file twice in Delphi XE7 IDE. That would be really handy for editing var section in first and code in the second view of the file, especially for large functions. Is there such an option? P.S. I'm aware…
Kromster
  • 7,181
  • 7
  • 63
  • 111
0
votes
1 answer

How do you log a specific table in Accuracer?

Code like this logs all table inserts (from the entire application): procedure TForm1.ACRDatabase1AfterInsertRecord(Sender: TACRDataSet; const TableName: WideString; const FieldValues: TACRArrayOfTACRVariant); begin if (AnsiUpperCase(TableName) =…
user3927897
  • 611
  • 3
  • 10
  • 20
0
votes
2 answers

TClientDataSet And Deleting Files In A Collection

I have an experimental app that I am developing that adds image filenames to a collection. I am attempting to find the most efficient way to delete all the files in a collection except for files that exist in another collection. Files can exist in…
Bill
  • 2,993
  • 5
  • 37
  • 71
0
votes
2 answers

Delphi XE7 Application on Galaxy P5200

I downloaded the trial version of Delphi XE7. After successfully compiling and running some demos on a a virtual device, I connected a Galaxy Tab 3 P5200 through the USB cable. When I compile and run an application, it is correctly deployed to the…
Vor
  • 365
  • 3
  • 17
0
votes
1 answer

Entering file locations in the Deployment Manager screen in Delphi XE7 for iOS

This question is related to my last question regarding file locations on the iOS platform. The TPath functions work a treat - thanks for the answer (Operation not permitted when trying to create a TFileStream Object on iOS8). I now have a problem…
CapNemo101
  • 75
  • 1
  • 6
0
votes
0 answers

CreateFileMapping - ERROR_NOT_ENOUGH_MEMORY Delphi XE7

I have the folowing "general meta" problem. I will describe what I remember of doing. I work with Delphi XE7. Yesterday all my code function corect. a. I compiled 2 programs deployed at clients an work ok. After that I installed (if I remember…
Popa Ovidiu-Razvan
  • 475
  • 1
  • 5
  • 22
0
votes
1 answer

ERROR ITMS-9000: Missing or invalid signature

Everything were working fine, before iOS 8. I've tried to change bundle name, I've recreated the certificate related to the application, but nothing helped so far. I am on MacOS Maveric 10.9.2, with the XCode 6.1 Here some screenshots of the current…
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
0
votes
1 answer

simulating website login in delphi app FMX

How can I invoke a website's click event, or rather more simply, log into a website via POST and delphi? For example, I am in a franchise league with some friends for the PS4/XBox1 game Madden 15. Their companion app on store is really just a link…
0
votes
1 answer

How to use TNetEncoding.URL.Encode for encoding spaces in query string parameters?

In Delphi XE7 it is advised to use TNetEncoding.URL.Encode So far I have been using a custom routine: class function THttp.UrlEncode(const S: string; const InQueryString: Boolean): string; var I: Integer; begin Result := EmptyStr; for i := 1…
Gad D Lord
  • 6,620
  • 12
  • 60
  • 106
0
votes
1 answer

Loading ListViewItems Bitmaps causes crash

As the title says, loading bitmaps into TListViewItems causes ANDROID apps to crash. Works for iOS, but not for Android. Picture Paths are CORRECT. For simplicity sakes, you can just drop a TImage onto the form, and manually set one image to it,…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
1 answer

How to Change StringTable Values stored in a .exe file

I have written 2 programs, they are both compiled, and both contain "STRINGTABLES" resources added via .rc files. So, let's call App #1 "app1.exe" and App #2 "app2.exe". Here is my issue. In app2.exe, I have a string table that looks like this:…
0
votes
1 answer

"Cannot create direct3d device for tcustomcanvasd2d"

I'm getting the above error with FireMonkey projects in Delphi XE7 under Windows Vista. The error occurs When creating a new project. When trying to view an FMX form for projects which work fine in XE6. At run time for above mentioned XE6 projects…
Mike Sutton
  • 4,191
  • 4
  • 29
  • 42
0
votes
1 answer

$(BDSCOMMONDIR) different when compiling from FinalBuilder vs IDE

I am in the middle of upgrading from Delphi XE3 to XE7 and I have noticed that my FinalBuilder script is no longer working as expected. I have various Delphi projects configured to output the BPL / DCP files to $(BDSCOMMONDIR)\* which is set as a…
James
  • 80,725
  • 18
  • 167
  • 237