Convert Pascal to C# Convert PDF to any type of image Convert PDF to Word and preserve layout using C# Convert PNG file to SVG file Convert power shell to c# Convert powershell command to C# Convert row values into columns using LINQ in c# Convert RTF To PDF Convert RTF to TXT Convert ...
If, like me, you've found yourself saving dynamically generated HTML code to disk just so you can access it usingTWebBrowser.Navigate()you probably know what I mean. You wouldn't have to do such a thing with a native Delphi control such as aTMemo– you would simply access a relevant ...
_camelCase for internal private fields and PascalCasing for constant local variables and fields Avoid this. unless required Always specify the visibility (that is, use private even if the member defaults to private) Avoid more than one empty line to break up the...
Often only your program needs to access the data file(s) and they don't need to be changed by it. How do we stop users from deleting the files? One answer is to store the data file inside our executable (or in a DLL) as a custom (RCDATA) resource and to link the resource into...
An article that explains how to use Delphi Pascal to read & write Windows environment variables & how to pass a custom environment block to another program.
How to Daddoo is a clueless man-child’s humorous go-to-guide, a Dadding 101 and even a ‘What Not to Do’ when it comes to being a Dad.
An article about using the Windows API from Delphi Pascal to extract version information from the resources of a Windows program or DLL.
Handler, add table name mapping, add field name mapping (table name mapping and field name mapping can be used in situations where database fields and entity class fields are different, such as oracle database, table name field names are all uppercase, but entity classes are Pascal named),...
An article that explains how to use Delphi Pascal and the IDropTarget & IDataObject interfaces to handle data dragged & dropped from other applications.
An article that shows how to use Delphi Pascal to receive a notification when the content of the Windows clipboard changes.