Questions tagged [delphi-xe]

Delphi XE is a specific version of Delphi. Delphi XE was released in August 2010, and is available as a standalone product or as part of RAD Studio XE.

Delphi XE is a specific version of Delphi.

Delphi XE was released in August 2010, and is available as a standalone product or as part of RAD (rapid application development) Studio XE.

Delphi XE code name is Fulcrum, compiler version 22, directive symbol VER220.

Speculation about Delphi XE prior to its release often referred to this release as Delphi 2011.

Delphi XE was preceded by Delphi 2010 and succeeded by Delphi-XE2

1495 questions
-3
votes
1 answer

Print a code128C barcode pair

The bar code 128 subset C the number of digits should always be even. How to print bar code with odd character? example: 1517072011170323703007607271023031701 Using DelhiXE7 and Fortes Report 4.0 VCL
-3
votes
1 answer

Delphi - Variants.pas unit is out of date

After installing Delphi RAD Studio XE on a new computer (Win 10 Pro), I can't compile existing project: [DCC Fatal Error] Variants.pas(1064): E2158 Variants unit out of date or corrupted: missing '@VarFromInt'. The Variants.pas unit is exactly the…
Dorota L.
  • 17
  • 1
-3
votes
1 answer

What's the equivalent of Delphi's RoundTo() in C#?

What's the equivalent of Delphi's RoundTo() in C#? I am not very familiar with Delphi and I am aware of C#'s Math.Round() but am not sure how equivalent they are. Math.Round() has several overloads and RoundTo() has two.
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
-3
votes
2 answers

How do I use Picasa's photo-editing features in my program?

How do I integrate Google Picasa's cropping and brightness- and contrast-adjusting features with my Delphi application? Any of its other features would be a bonus for me. If it is not possible, I am also looking for good native components that can…
Plastkort
  • 957
  • 1
  • 26
  • 40
-4
votes
2 answers

get the whole word string after finding the word in a text

i have a problem developing this function, i have this text.. Testing Function ok US.Cool rwgehtrhjyw54 US_Cool fhknehq is ryhetjuy6u24 gflekhtrhissfhejyw54i my function : function TForm5.FindWordInString(sWordToFind, sTheString : String):…
unknown
  • 65
  • 1
  • 2
  • 9
-4
votes
2 answers

TThread + Thumbnails

I need your help in the following situation. I know it's been discussed many many times, the way one should work with threads, using Synchronize / Critical Sections and so on. So do not blame me for asking this question again, because in my…
serhiyiv
  • 183
  • 1
  • 2
  • 10
-4
votes
2 answers

former worked code does not work

There are code below and worked well before unit Unit1; {$DEFINE _Full} // {$DEFINE _Trial} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms; {$ifdef _Trial} _programname='abc'; {$endif} {$ifdef …
arachide
  • 8,006
  • 18
  • 71
  • 134
-4
votes
1 answer

Documentation for TRegex flavor

Delphi XE implementation for Regex (TRegex) has significant differences. Where can I find a list of the available syntax? I've looked into Regexbuddy and RegexMagic but I can't believe there is no official documentation. I'm struggling with basic…
Miguel E
  • 1,316
  • 2
  • 17
  • 39
-5
votes
1 answer

Copy Email Program to another computer

I wrote a program to send email in delphi xe3 , and it works fine , when I copy the program to another computer (windows 8) it works fine but on Computer (Windows 7) the stmp.send did not respond Unless I install embarcadero on it .I Think the…
-9
votes
1 answer

Retrieving images from database in delphi

I want to store and retrieve images from sql database in Delphi XE. My code: TBlobField(query.FieldByName('image')).SaveToStream(MStream); Image1.Picture.Graphic.LoadFromStream(MStream);
banita
  • 153
  • 1
  • 2
  • 12
1 2 3
99
100