mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
Docs: LCL/grids. Adds topic for TCustomGrid.Notification.
* Depends on 7114800c
.
This commit is contained in:
parent
cbaf46012c
commit
d93d5c3e08
@ -9777,6 +9777,28 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
|
||||
<element name="TCustomGrid.Notification">
|
||||
<short>
|
||||
Performs actions needed when the specified component is added to or removed from the control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
Notification is an overridden method in TCustomGrid. It calls the inherited method on entry to handle notifications in ancestor classes and their child components. It ensures that the reference in TitleImageList is set <b>Nil</b> when the component is removed from the control.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomGrid.TitleImageList"/>
|
||||
<link id="#lcl.controls.TControl.Notification">TControl.Notification</link>
|
||||
<link id="#rtl.classes.TComponent">TComponent</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomGrid.Notification.AComponent">
|
||||
<short>Component for the notification.</short>
|
||||
</element>
|
||||
<element name="TCustomGrid.Notification.Operation">
|
||||
<short>Operation performed for the specified component.</short>
|
||||
</element>
|
||||
|
||||
<element name="TCustomGrid.OffsetToColRow">
|
||||
<short>Moves to a column or row located at the specified offset.</short>
|
||||
<descr/>
|
||||
|
Loading…
Reference in New Issue
Block a user