What is RectUtils?
Rect Utils is a small lib for Delphi that can help you to create visual
gadgets which will share the same window. This may be helpful if you
design your own unique controls and tired of writing a lot of
code. Though this code is usually trivial but readability of the prog
you wrote can became bad. I have written the lib which would help you
to solve this task. Whether you write an app where a diagram visualisation
is required or an app where you wish to make a control what will resize
its parts when the window is resized too, this lib will help you. There
is once more profit -- this lib is free but if you want to make a donation
it will be accepted with thanks.
RectUtils features.
With RectUtils you can:
- Get a lot of functions to work with ranges, points and sizes. You
can scale the values and map points between different rectangular places
in simple and natural manner.
- Get the TLayout class that help you create controls which consist
of many similar but logically isolated parts i.e. graphs and diagrams.
- Get the TRTable class which can construct the gadgets with equal-sized
logical cells avoiding calculation of the area for each cell. TRTable
will do this work for you.
- Some other stuff.
Go to the download page for RectUtils >>