Questions tagged [delphi-xe5]

Delphi XE5 is a specific version of Delphi released in September 2013. Always use the [delphi] tag alongside this tag.

Delphi XE5 is a specific version of Delphi.

Delphi XE5 was released on September 12, 2013 and is available as a standalone product or as part of RAD Studio XE5.

Delphi XE5 is compiler version 26, directive symbol VER260.

Notable new features of Delphi XE5 are:

Delphi XE5 was preceded by Delphi XE4.

Always use the tag alongside this tag.

880 questions
-2
votes
1 answer

Drag & Drop Delphi XE5

I use Delphi XE5 and have to realize the possibility for the user to drag different files (docx, xlsx, pictures (jpeg, gif, ...), E-Mails, ... into a component. The component should show the filename or the header of the E-Mail. Than i want to save…
Chris
  • 57
  • 8
-2
votes
1 answer

Is there FIB Plus Component Available for Delphi XE5?

In my current project Delphi 2010 with Firebird latest version used. Also used FIB Plus 7 to connect to firebird. There is a plan to go for Delphi XE5. Any suggestions whether support for Delphi XE5 with FIB Plus available or any good alternatives…
Vishal Tiwari
  • 739
  • 2
  • 12
  • 28
-2
votes
1 answer

Transforming online listview object - Delphi

I wonder how caught a row of a listview and transform object. I carry an .xml file and play in a listview , after loading this file you need to double-click in a row, take all of the data line and throw in a LabelEdit , as shown in the code below…
abcd
  • 441
  • 6
  • 24
-2
votes
1 answer

Numeric Linear Interpolation on Delphi

I need to make a simple numeric linear interpolation in Delphi, was thinking of implementing a function, but then thought better and I think that should already be some library. I found nothing on google. My problem is simple, I have a dataset with…
Artur_Indio
  • 736
  • 18
  • 35
-2
votes
1 answer

How to change the focus line of a TTabControl aligned to bottom?

How to move the focus line of a TTabControl from bottom to top ? By focus line I mean the blue line on this picture: How can I change the selection direction of a tab when it's aligned to bottom. I've succeeded changing the direction in my last…
Luka Sinobad
  • 23
  • 1
  • 2
  • 5
-2
votes
1 answer

Sending mail using Indy and smtp

Im trying to send mail using this code: With IdMessage1 Do Begin Recipients.EMailAddresses := 'XXXXX@gmail.com'; From.Address := 'XXXXX@gmail.com'; From.Name := edit_from.Text; CCList.EMailAddresses := ''; …
Armin Taghavizad
  • 1,625
  • 7
  • 35
  • 57
-2
votes
1 answer

Verify email address Using delphi XE5

I would like to know. Is it possible to verify a email address using delphi. I have found an article on how to do it step by step. But cannot find a way to do it through code. Any…
user3510818
  • 103
  • 1
  • 12
-2
votes
1 answer

Making Auto-Typer In Delphi?

so i am trying to make an auto typing program in delphi , i did it in VB.NET and it was easy because VB.NET has 'Sendkeys' Function . so i made my own autotyper in delphi after research but this is only what i got .. i can only send keystrokes to…
M0HX
  • 31
  • 7
-2
votes
3 answers

'' Is Not a Valid Identifier (Delphi XE5)

I'm new to Delphi XE5 (part of Embarcadero's RAD Studio), and using the StrToFloat function in a VCL Forms project designed to build a simple calculator. The code to display the text to the user works well, but I'm having trouble extracting it in a…
Batfan1939
  • 59
  • 2
  • 11
-2
votes
1 answer

Dynamic array as parameter yields error 'Incompatible types'

When using a dynamic array as procedure parameter I get error 'E2010 Incompatible types: 'arrDouble' and 'procedure, untyped pointer or untyped parameter'. The code I use is this: arrDouble = array of double; procedure reduce_array (var src:…
Arnold
  • 4,578
  • 6
  • 52
  • 91
-2
votes
1 answer

Delphi XE5 - components initialization on start-up

I'd like to set some of my RadioButtons and Checkboxes true or false on start-up of my application... but when I did it in OnShow, OnActivate or OnCreate events handlers I get exceptions, and even whole form isn't painted (lack of many controls on…
-2
votes
1 answer

draw a icon on Treeview node on mouseover, when clicked display popup menu

using delphi ex-5 as of now, I can display the popupmenu on right click of a selected node is it possible to display a icon on a treeview node (right side) on a moveover? When the icon is moused over, display a popupmenu? thanx EDIT: Inclusion…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
-2
votes
2 answers

Using a unit for both standard windows application and firemonkey mobile application

I am using Delphi Xe5 for both windows and Firemonkey mobile applications. I have a unit I share among two different projects in my projects group. (Windows Application and a Firemonkey Mobile Application) 1.) How do I determine the version of…
LIVESTUFF
  • 137
  • 4
  • 17
-3
votes
1 answer

Where can I find Delphi/Embarcadero redistributables

Even though I own a few Delphi versions, I got an executable missing, in this case, rtl190.bpl. I started looking for it, and concluded Embarcadero must have a peculiar redistribution policy, nothing like certain "runtime" downloads from other…
fidetrainerNET
  • 101
  • 1
  • 1
  • 7
-3
votes
1 answer

Delphi XE5 incremental compiling

Does this feature exist in this IDE. WIKI says that i can Embarcadero Delphi, previously Borland Delphi Something like edit and continue in visual studio 2015 But i cant find how to turn this on. If i make any changes in breakpoint stop IDE asks…
BeHunter
  • 123
  • 1
  • 2
  • 10
1 2 3
58
59