Docs: LCL/forms. Fixes invalid See Also link, XML tagging in topics.

(cherry picked from commit 045c0c6596)
This commit is contained in:
dsiders 2024-05-03 02:46:36 +01:00
parent 124382fbae
commit 137a1438a7

View File

@ -5037,17 +5037,18 @@ Use <var>OnChangeBounds</var> or <var>OnResize</var> to respond to delayed
changes to the form bounds (position) or resize events. changes to the form bounds (position) or resize events.
</p> </p>
<p> <p>
See Deactivate for the actions performed when the form instance loses focus. See <var>Deactivate</var> for the actions performed when the form instance
loses focus.
</p> </p>
</descr> </descr>
<seealso> <seealso>
<link id="TCustomForm.OnActivate"/> <link id="TCustomForm.OnActivate"/>
<link id="TCustomForm.OnShow"/> <link id="TCustomForm.OnShow"/>
<link id="TCustomForm.OnChangeBounds"/>
<link id="TCustomForm.OnResize"/> <link id="TCustomForm.OnResize"/>
<link id="TCustomForm.OnWindowStateChange"/> <link id="TCustomForm.OnWindowStateChange"/>
<link id="TCustomForm.Deactivate"/> <link id="TCustomForm.Deactivate"/>
<link id="TCustomForm.Visible"/> <link id="TCustomForm.Visible"/>
<link id="TForm.OnChangeBounds"/>
<link id="TCustomForm.WindowState"/> <link id="TCustomForm.WindowState"/>
<link id="#lcl.controls.TControl.OnChangeBounds">TControl.OnChangeBounds</link> <link id="#lcl.controls.TControl.OnChangeBounds">TControl.OnChangeBounds</link>
<link id="#lcl.controls.TControl.OnResize">TControl.OnResize</link> <link id="#lcl.controls.TControl.OnResize">TControl.OnResize</link>