Questions tagged [delphi-xe3]

Delphi XE3 is a specific version of Delphi released on Sept. 2012

Delphi XE3 was released in September 2012 and is available as a standalone product or as part of RAD Studio XE3.

Delphi XE3 codename is WaterDragon, compiler version 24, directive symbol VER240.

Delphi XE3 was preceded by Delphi XE2 and succeeded by Delphi XE4.

Always use the tag alongside this tag.

666 questions
-2
votes
1 answer

Use object with variable name in Delphi

I'm new in delphi and i thought it might be safer to swap object names in loop instead of copying whole block for each object. So I need to use variable name as some objects name. Here is an example of what i tried and what i am trying to do. Var …
Mustafa
  • 825
  • 3
  • 14
  • 37
-2
votes
1 answer

How to add smileys in a chat application

I am creating a chat application in Delphi xe3 using firemonkey. I am using TMemo for displaying chat messages, so I want to add smileys to the Memobox. I found this example (http://www.swissdelphicenter.ch/en/showcode.php?id=1147) but it's for…
rafay
  • 83
  • 2
  • 10
-3
votes
1 answer

Delphi - SQL Server query takes a long time to run

Delhi XE3 Enterprise, SQL Server 2008 When I run the following the query it takes 4 seconds to run in the Delphi program. When I run it from SQL Server management studio it only takes .5 seconds to run. SELECT …
Donald Adams
  • 21
  • 1
  • 7
-4
votes
1 answer

using image inside in gauge insteade of solid color or gradient

In an old application, I have gauges, two of them actually, now since I don't know how to replace them with loading bars that have animations and stuff I would like to make the gauges have image inside instead of foreground and background color. I…
-4
votes
2 answers

How can erase a single Picture from a TCanvas?

I have in my form, a Transparent Panel which contains a Canvas (I think its implementation is not really important here; someone tell me otherwise). I'm drawing many Bitmaps on this Canvas, bya using: Panel.Canvas.Draw(Image.Left, Image.Top,…
Guill
  • 350
  • 5
  • 17
-5
votes
1 answer

Am I loading this Music correctly with Bass.dll?

Based on Bass's documentation, I'm trying to load an ogg file with the code that follows: var FFile : string; Music: HSAMPLE; ch: HCHANNEL; OpenDialog1 : TOpenDialog; begin Dynamic_Bass.Load_BASSDLL('Library/Bass.dll'); …
Guill
  • 350
  • 5
  • 17
1 2 3
44
45