Tagged Questions
4
votes
3answers
476 views
Under what conditions will a TForm fire OnResize on show?
As an extension of this question:
TForm.OnResize is sometimes fired before a form is first shown, but not always. For example, if BorderStyle is either bsDialog or bsNone, then OnResize will not ...
3
votes
1answer
403 views
Will a Delphi form always fire OnResize when it's shown?
If I create a new Delphi form, hook its OnResize event, and run the app, OnResize is fired before the window is shown. What I don't know is whether this will always happen, for any window.
(For ...