Name | Modified | Size | Downloads / Week |
---|---|---|---|
Dark Mode | 2024-04-15 | ||
Bitmap Mirror and Rotate | 2024-04-13 | ||
Lists | 2024-04-13 | ||
Simple Registry | 2024-04-13 | ||
Simple LogFile | 2024-04-13 | ||
Simple IniFile | 2024-04-13 | ||
File Utils | 2024-04-13 | ||
Strings | 2024-04-13 | ||
Resize | 2024-04-12 | ||
ReadMe.md | 2024-04-16 | 855 Bytes | |
Totals: 10 Items | 855 Bytes | 0 |
Delphi Units
The purpose of these units is to provide some easy functionality that can be used in Delphi.
The units are:
- Resize: Will resize all components on a form when the form itself is resized.
- Dark mode: provides the possibility to switch from 'normal' mode to 'dark' mode and vice versa for a window.
- File Utils: provides a number of file processing related untility routines.
- Strings: provides a number of string and TStrings related untility routines.
- Simple IniFile: provides a number of Inifile related untility routines.
- Simple LogFile: provides the possibility to create and maintain a simple logfile.
- Simple Registry: provides the possiblity to acces the windows registry in a simple manner.
- Bitmap mirror and rotate: the name says it.
- Lists: provides an Integer list and a TStringList list.
Have fun!