Delphi Tools Download for Developers | Developer Team » Page 606

YuPcre2 1.1.0 D7-D10

YuPcre2 1.1.0 D7-D10
YuPcre2 1.1.0 D7-D10 | 5 Mb


YuPcre2 is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternative DFA algorithm:

The Perl algorithm is what you are used to from Perl and jаvascript. It is fast and supports the complete pattern syntax. You will likely be using it most of the time.
DFA is a special purpose algorithm. If finds all possible matches and, in particular, it finds the longest. It never backtracks and supports partial matching better, in particular multi-segment matching of very long subject strings.
Read more

AutomatedDocking Library 1.9.2 Full Source Delphi 10

AutomatedDocking Library 1.9.2 Full Source Delphi 10
AutomatedDocking Library 1.9.2 Full Source Delphi 10 | 9 Mb


By SmartBear Software. The AutomatedDocking Library is an advanced and easy to use docking component library allowing you to create highly elegant and fully configurable User Interfaces with ease. AutomatedDocking Library is a cross-platform control with both VCL and CLX versions. The AutomatedDocking Library is available with full source and can be redistributed without any runtime royalties.
Read more

Resizekit 2.0 for Delphi 10 Seattle

Resizekit 2.0 for Delphi 10 Seattle
Resizekit 2.0 for Delphi 10 Seattle | 1 Mb


ResizeKit is an ActiveX/VCL component that automatically changes the size of all controls and fonts so they will be displayed on any sized form. Full control is provided to customize the resizing process. Even if the user switches the size of the display while running an application, the ResizeKit will perceive the new size and automatically adjust the size of the components and fonts.
Read more

DIZipWriter 6.1.4 D7-XE10

DIZipWriter 6.1.4 D7-XE10
DIZipWriter 6.1.4 D7-XE10 | 3 Mb


DIZipWriter is a Delphi component to create PKZip-compatible ZIP archives. Archive output is completely stream-based and works with any TStream descendant. DIZipWriter therefore direclty writes to files (TFileStream), memory (TMemoryStream), or even database BLOBs (TBlobStream). Convenience functions to work files and file based archives are available.
Read more