I use the following code to save & load my Form: public constructor Create(AOwner: TComponent); override; procedure BeforeDestruction; override; var
I'm a Highschool student working with Delphi 2010 and currently working on a projects. I'm having some trouble using a variable assigned a value on one form, on
I would like to connect my ado connection to a database stored on onedrive so after the development of my application... It can be distributed to multiple users
I'm working on a project using Delphi 10 Seattle with Update 1. It's a new installation on a Windows 10(64bit) box. When I debug the program, I get this strange
I am using 10.2.2 Tokyo Enterprise and FireMonkey's TWebBrowser in an App. I wish to receive a callback response, but I don't receive a URL back when the Should
I am using late binding to connect to MS Outlook and to open and extract info from outlook emails using the MailItemobject. I am trying to save attachments to f
I am trying to remove title-bar of a form while keeping the border to have a resizable form. I set the BorderStyle to bsNone and override the CreateParams proce
I'm trying to build an Ad Hoc Windows Store application in Delphi 11 (MSIX), but I'm getting an error when I try to build the MSIX file. [PAClient Error] Error
I could desperately use some help with finding out why Embarcadero's Android Kiosk Lock mode template is having issues deploying. I have C++ Builder 11.0 Alexa
I have this function that takes 4.2 seconds to convert a jpg to bmp. Why it takes so long? Can I make if faster? IrfanView loads and converts the file in only a
I encounter an awkward problem. In my app I often do TThread.createAnonymousThread( procedure .... end).start The problem I have is that when I close t
My question is: How to use WaitForMultipleObjects to wait until there is something the be read from an anonymous pipe? The code below is a minimal reproducible
I watch the CONNECT request in Fiddler: CONNECT site.name:443 HTTP/1.1 Pragma: no-cache Connection: keep-alive Host: site.name Accept: text/html,application/xht
Running a program on a machine that doesn't have the IDE I get this error. I understand that the problem is a missing or unregistered DLL or OCX. Lots of posti
I have the following problem. I've created a Windows service that sends e-mail with .xls attachments. If I open the e-mail with Windows Live Mail or Web Mail, i
Based on this post, Change the entire font style of all dialogs How to change the font text of the entire installer in Graphical Installer? Wh
I want to add touch effect animation (expanding circe) to a TRectangle. Same kind of effect that is present on TButtons by default - when you put a finger on th
Working on a old legacy code using VB or delphi, do not know for sure. I am trying to write-- if itemA does not equal 111 OR itemA does not equal 222 then futu
Trying to convert an object to JSON at run time, I'm getting insufficient RTTI Error. The object is: {$M+} {$TYPEINFO ON} {$METHODINFO ON} {$RTTI EXPLICIT METH
Once you load and image into a component, I can see that Delphi store the image data on DFM, . Example: object img1: TImage Left = 71 Top = 2 Width = 18