Delphi is a language for rapid development of native Windows, OS X and iOS applications through use of Object Oriented Pascal. The name also refers to the Delphi language (a modern evolution of Object Pascal) as well as its IDE, which is used to help edit and debug Delphi projects.

learn more… | top users | synonyms

2
votes
0answers
18 views

Indy10 Readln and ByteEncoding

I would like to use AContext.Connection.IOHandler.ReadLn in Indy10 on my IdTcpServer but I don't know how to use the ByteEncoding Parameter. Does the client have to send a WideString or AnsiString?
0
votes
2answers
37 views

For loop for reverse words in an Edit

This is the code I am using at the moment: procedure TForm1.Button1Click(Sender: TObject); var a:string; i:smallint; begin a:=Edit1.text; for i:= 1 downto length(Edit1.Text) do begin ...
0
votes
0answers
24 views

Delphi XE4 FireMonkey/iOS DrawBitmap not working

So through my routine I have calculated new width/height I want for my TBitmap (ABitmap) shown inside a TImage. Here's the code that resize and draw ABitmap ImageLogo.Bitmap := ...
-2
votes
2answers
43 views

Delphi cxGrid help absolutely [on hold]

Can anyone post me a tutorial or forum or manual that teach how to use cxGrid? I haven't found anything in the internet.
1
vote
1answer
51 views

Delphi API Hooks behave oddly

I'm trying to implement an API Hooking mechanism. What I have so far, is a DLL injected into other processes via a SetWindowsHookEx call, and some code to implement the hooks themselves. For ...
0
votes
0answers
13 views

Mark intersection points TeeChart

i have a TeeChart. I wish mark points of intersection of the line in the cartesian axis. In the configs exists a tab called "Mark", where allow set the intersection mark, but, generates a yellow box ...
0
votes
1answer
35 views

TChrome Tabs Paint Error

I want do a Tabs for my TChromium. When i opening 2 or more Tabs, they look bad, like this: Please, help me to fix this problem :( Also, please, look at this theme - TChromium ChromeTabs Not ...
0
votes
1answer
27 views

Firemonkey ListBox Item with image

i made a Firemonkey custom ListBox Item, designed with a stylebook. When i try to insert ListBox items, everything works fine (insert text etc.) except to change the picture in the ListBox Item. I ...
0
votes
0answers
65 views

Error on setting parent

I've got an old Delphi 7 application that, after some changes, gives the message "Access violation ... in 'ntdll.dll' ... " The message is repeated 4 times, and probably means that Windows is unable ...
6
votes
2answers
72 views

Delphi - Extract setter method's name of a property

In the following type: MyClass = class(TInterfacedPersistent) private FMyProperty: Integer; published procedure setMyProperty(Value: Integer); virtual; property MyProperty: Integer read ...
1
vote
0answers
20 views

Refresh Implementation of RIDL does not generate OLE Control Proxy class declaration

I have converted a Delphi 2005 OCX project to XE2, which caused the original TLB to be changed to a RIDL. Using View | Type Library in XE2 is similar to Delphi 2005, and I can see all the interfaces ...
0
votes
0answers
54 views

Delphi XE4 iOS gestures not working

I can not gety gestures to work. myTImage has set property GestureManager to myTGestureManager. myTImage has event handler onGesture set to HandleGestures. However, the code is never run when ...
7
votes
1answer
53 views

Delphi XE2 Style: Main Menu Ignored

I have applied a style to a VCL application in Delphi XE2, but it works OK, but it seems that the main menu has ignored the style. See attached image. Is this a normal behavior? Any advice on how to ...
0
votes
0answers
74 views

How to access sql database from website?

How to access sql database which is at e.g http://localhost/test.php?blah/blah/blah.sql or Online using ADO connection or something? I use PHP Triad (PHP, Apache 1.3.23, MySQL) Delphi 7 I've ...
0
votes
1answer
54 views

how to get URL / link from google search results and accepted by TMemo

how to get a lot of URLs from Google.com search and I received it on TMemo without using TWebbrowser. but I do not mean no Source Code HTML / even like this code [eg: Idhttp.Get ...

1 2 3 4 5 1445
15 30 50 per page