Strech Handle to move/resize component in Runtime
For Delphi 11 and Windows 10/11
This Repository is for creating an updated version of this original post : https://torry.net/authorsmore.php?id=532
TStretchHandle v.2.0
Components > Tools > Tools
By Anthony Scott.
Freeware + source 23 Jan 1996
Description
The TStretchHandle component for Delphi has been significantly improved over its early incarnation as an experimental first component. Version 2.0 has better support for manipulating multiple child components, features more consistent visual behaviour, and has been tested with both Windows 3.1 and Windows 95.
Informations
Status: Fully functional
Source: Included
Size: 15kB
Platforms: D1
This Release was for Delphi 1 as a component I modify it in two modification
- Remove the "component" behaviour Now it's a unit that you call and create manually
- Make it support Delphi 11 Even if the program is from 1996 it's working good on Windows 11 with the latest version of Delphi (11.3 as my last test)
I've commit the original file as a first commit so you can compare my modification for the Delphi 11 version (wich is more debug than adaptation) You will see that a 1996 Delphi file is still simple and relevant in 2023
Thanks to Anthony Scott for the original part