Docs: LCOL/controls. Update TControl.Notification topic for changes in c6200e29.

This commit is contained in:
dsiders 2023-07-12 15:00:27 +01:00
parent 02765cb9db
commit b824561f12

View File

@ -11613,7 +11613,7 @@ immediate abort of dragging before dragging really starts.
<element name="TControl.Notification">
<short>
Notification handler for insertion or deletion of components.
Notification handler for insertion or deletion of components in the control.
</short>
<descr>
<p>
@ -11622,12 +11622,19 @@ all attached notification handlers.
</p>
<p>
If <var>Operation</var> is <var>opRemove</var>, additional actions are
performed, depending on <var>AComponent</var>: the PopupMenu, Action, or
anchors for the removed control are detached.
performed in the method. If <var>AComponent</var> is the component used in
PopupMenu, Action, or HostDockSite the property value is set to <b>Nil</b>. If
AComponent is an alignment control in anchor docking, the reference is also
set to <b>Nil</b> for the AnchorSide where it is used.
</p>
</descr>
<seealso>
<link id="TControl.Action"/>
<link id="TControl.PopupMenu"/>
<link id="TControl.HostDockSite"/>
<link id="TControl.AnchorSide"/>
<link id="#rtl.classes.TComponent.Notification">TComponent.Notification</link>
<link id="#rtl.classes.TOperation">TOperation</link>
</seealso>
</element>
<element name="TControl.Notification.AComponent">