Somewhere in my app I have the statement RE.Lines.LoadFromStream(st)
where RE
is a TRichEdit
control.
I have also set the event onResizeRequest
that fires up on execution of the above statement but not every time although the event remains assigned.
The code is big and I can't cut a part of it to show it.
Can I add some command, for example RE.Perform(.....)
that will force the control to execute the event (or even better not to use an event but a function
that I will call whenever I want)?