I have a project in delphi 2010
in which I am trying to create a after resize
event. Is there any way to create the event in a project form?
The goal would be to execute a code only after resizing the form
is complete, and not always running that is what happens in onresize
of form
.