In Win API how to get position of progressbar of another application, if it realized by TPanel of Delphi? 1 Delphi show progress on clientdataset open 1 how to display progress bar? 0 Delphi: How to use a progressbar to display the progress of a CreateProcess? 1 How to se...
oApp : variant; i : integer; begin //Export the report to a file cry := TCrystalActiveXReportViewer.Create(Self); oApp := CreateOleObject('CrystalRuntime.Application'); oRpt := oApp.OpenReport(c_DBRpt,1); for i := 1 to oRpt.Database.Tables.Count do begin oRpt.Database...
2D Array read from Text file 2D array to CSV C# steamwriter 3 dimensional list in C# 32 bit app - how to get 'C:\program files" directory using "Environment.GetFolderPath" 32 bit Application calling 32 bit DLL "An attempt was made to load a program with an incorrect format. (Exception...
We use optional cookies to improve your experience on our websites, such as through social media connections, and to display personalized advertising based on your online activity. If you reject optional cookies, only cookies necessary to provide you the services will be used. You may change your...
As before we assume that we have a Delphi VCL application that will use it's main form to receive notifications of clipboard changes. Here's an outline of the required code. To register the main form window as a clipboard viewer we call theSetClipboardViewerAPI function in the application's...
An article that describes how to use Delphi Pascal to save a window's size, state & position in the Windows registry.
Windows then calls the methods of our implementation of IDropTarget to notify us of drag drop events. If we accept a dropped object, Windows makes the dropped object's data available via an object that supports the IDataObject interface. This object can provide the data in one or more data ...
As aDelphi programmer, your approach to adding a number with leading zeroes depends on the specific use case for that value. You can simply opt to pad a display value, or you can convert a number to a string for storage in a database. ...
(). Also, don’t ever shuffle around positions of arguments. If you declaredfind_in_array(haystack, needle)at some point, introducingfindInString(needle, haystack)will invite an angry mob of zombies to rise from their graves to hunt you down and force you to write delphi for the rest of...
NOTE: You cannot use this approach in the same print job as a nativePrintDocumentprint job. You must either use the .NET Framework to print or send your own print job bytes. Back to the top Create a project that prints preformatted data ...