I\'ve installed the trial version of DevExpress. I can drag and drop DevExpress components on my form, but if I try to compile, Delphi XE says that it c开发者_运维知识库ould\'t find the files from Dev
Given an enumerated type declaration in Delphi such as: TMyType = (Item1, Item2, Item3); is there any way to add a fourth item, say开发者_运维百科 Item4, to the enumerate type at runtime so that
How to get a TPicture from a TImageList? I need to do Image1.Picture:=...TPicture from an image list, to load an image into a TImage.
We have been experimenting with a Delphi Indy (SVN trunk) client and Apache with mod_php. A PHP script is called which registers a shutdown function.
Is there a possibility to make Delphi compiler display a warning for each constant that is defined but not used?
2012-06-27 Comment The Original Post has some useful code, but doesn\'t really illustrate how to return multiple datasets from a DataSnap server in one request from a client app.To see an example of
I want to serialize an Object in Delphi and I\'m using the new RTTI. Butwhen I load the values from the storage, they are retreived as string,s and TRttiProperty.SetValue needs a TValue as a second ar
开发者_如何学GoIt's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
TADOConnection is failing to connect 开发者_运维知识库in the application initialization section of Delphi ISAPI App (TISAPIApplication):
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.