mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
Improves the documentation of TCustomForm.OnActivate
git-svn-id: trunk@31745 -
This commit is contained in:
parent
a959b2c6da
commit
5c475bb4aa
@ -3707,9 +3707,11 @@ When the form is put into another control the window borders depend on the widge
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomForm.OnActivate">
|
||||
<short>Event handler for activation (opening) of the form</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>Event called when the form receives focus</short>
|
||||
<descr>This method is called when the form receives focus for the first time at application start up and then subsequently each time focus is changed from another window of the same application to this window. For focus changes between different applications the event Application.OnActivate is called instead.</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.TApplication.OnActivate">TApplication.OnActivate</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomForm.OnClose">
|
||||
|
Loading…
Reference in New Issue
Block a user