onCreate vs onShow
I'm unsure which one is safer to use for changing the form's
height, width, caption, etc. when the form is first created.
Someone suggested to avoid doing it in the onCreate event
because it could result in a crash. They said to use the onShow
event instead. Which is really the best event to use?
.
Relevant Pages
- Re: onCreate vs onShow
... >> I'm unsure which one is safer to use for changing the form's ... >> height, width, caption, etc. when the form is first created. ... Prev by Date: ... (comp.lang.pascal.delphi.misc) - Re: onCreate vs onShow
... >>> I'm unsure which one is safer to use for changing the form's ... >>> height, width, caption, etc. when the form is first created. ... Maarten Wiltink ... (comp.lang.pascal.delphi.misc) - Re: Caption Numbering Problem
... The way to avoid the problem is to not use text boxes. ... certain the caption will always move with the object. ... > manual update only). ... (microsoft.public.word.numbering) - Re: YAAP...long drought over!
... quicker and safer (and avoid the riders), ... (rec.games.roguelike.nethack) - Re: Automatic numbering of figures excluding the figure text in the cr
... Note that if you try to add a caption in a table cell, ... To avoid this, ... How do I get Word to only display the number while ommiting the preceding ... (microsoft.public.word.numbering) |
|