mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 12:48:17 +02:00
Docs: LCOL/controls. Update TControl.Notification topic for changes in c6200e29
.
This commit is contained in:
parent
02765cb9db
commit
b824561f12
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user