A demo program to accompany this article can be found in the delphidabbler/article-demos Git repository on GitHub. You can view the code in the article-10 sub-directory. Alternatively download a zip file containing all the demos by going to the repository's landing page and clicking the Clon...
Delphi Compiled Package files such as Sony DSC-RX100 Camera Vivid.dcp utilize theDCP file extension. This file is considered a DCP(Delphi Compiled Package)file, and was first created byAdobe Systems Incorporatedfor the Adobe Photoshop Lightroom 6.7 (CC 2015.7) software package. ...
A demo program to accompany this article (and the relatedarticle) can be found in thedelphidabbler/article-demosGit repository on GitHub. You can view the code in thearticle-02+03sub-directory. Alternatively download a zip file containing all the available demos by going to the repository's l...
Delphi is a new Windows software development environment from Borland. Released in 1995, it has quickly built up an excellent reputation as one of the best Windows software development tools.John Cowell shows how to program in Delphi using various tools. He provides lots of examples and illustrati...
- a hexidecimal editor (i personally like xvi32, http://www.chmaas.handshake.de/delphi/fr.../xvi32.htm) - assetstudio (this is what youll use to get the assets into a format usable for you, it'll export things in png, wav, mp4, obj, whatever your heart desires) (https://github...
Picture 10. «Export to CHM» window Install Dr.Explain and quickly create modern user documentation from a template, existing documents, or from scratch. DOWNLOAD AND GET STARTED Works for free as long as you need! Setting the Path to CHM-file in Delphi Project ...
Downloadproject source and executable Hope you find this tool useful. This is just a demo and not a complete application I think of it as a curves preview dialog. Tiltshift in Delphi 2 Replies Two simple programs for making tiltshift pictures in Delphi. A lot of improvements potential but ...
Delphi 10.3 Rio FireMonkey apps are cross platform with a single codebase and single UI that target the Android, IOS, Macos, Windows, and Linux platforms (FMXLinux was recently added to Delphi 10.3 Rio Enterprise and Architect). You can also deploy Delph
A demo project that demonstrates what we've described in this article can be found on thedelphidabbler/article-demosGit repository on GitHub. You can view the code in thearticle-04sub-directory. Alternatively download a zip file containing all the demos by going to the repository's landing pag...
Respond to clipboard changes by handling theWM_DRAWCLIPBOARDmessage and passing the message along the chain. Before closing the application remove the viewer window from the clipboard chain by calling theChangeClipboardChainAPI function. As before we assume that we have a Delphi VCL application that ...