Demo Code Summary References FeedbackIntroduction Among the most popular questions posed in the TWebBrowser newsgroups and discussed on many Delphi tips sites are: How do you get a TWebBrowser control to display the popup menu assigned to its PopupMenu property instead of the standard IE popup...
This page presents information on how to install components into the Delphi IDE for various Win32 versions of Delphi. The notes also cover how to install IDE extensions or make simple units available in design time packages. It is assumed you are installing source code, not pre-compiled units...
The code uses features of the later Delphi compilers and will not compile on older version without change. In the main you may need to move all variable declarations out of the body of the code into a var section at the top of each routine. The code also uses for .. in loops quite ...
If you run into this problem note that it is a feature of Windows, not a bug in the code! You can read more about the problem on this Microsoft forum Here is a step by step guide to what we need to do in a Delphi application to handle dropped files: Use the ShellAPI unit to ge...
I hope you like it and find it useful. The code is quite small. My biggest challenge was to build the gui in second sample (tilt shift 2) Downloadcode and exe (927kB) This entry was posted in This is just a small update of my rkSmartTabs component. Updated the painting code and ...
Note!All the platforms (iOS, Android, etc.) of Delphi use the same .ntres file, but the file paths are very platform-specific, so you most likely need to use conditional compiling. If you don't specify the ResourcePath, Soluling code will try to find the file from directory returned ...
However, if you have resource string comments, then Soluling needs to read also the source code files. To find the source code files, Soluling needs to know the location of the Delphi project file (.dpr). Check Scan source code to find resource string comments if you want to scan the ...
I need to call Vacuum in Delphi code (Delphi 2007, LiteDac Professional 1.6.4, registered). During development, I am not using "Direct Mode" but eventually I will use this as database needs to be encrypted. I have seen the following code on one of the forum posts. Code: Select all...
You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio version. How to Use the Sample Navigate to the location given above and openIFDPhys_Async.dproj. Press F9 or chooseRun > Run. ...
问Delphi 7中的Indy错误:未声明的标识符:'hoWantProtocolErrorContent‘EN使用Indy来发邮件坑不少啊,...