From d93d5c3e08f72f8905ff671f04f8cf5a7fbf1d9b Mon Sep 17 00:00:00 2001 From: dsiders Date: Fri, 17 Dec 2021 04:39:47 +0000 Subject: [PATCH] Docs: LCL/grids. Adds topic for TCustomGrid.Notification. * Depends on 7114800c. --- docs/xml/lcl/grids.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/xml/lcl/grids.xml b/docs/xml/lcl/grids.xml index 4adb6c14bd..74ed434acd 100644 --- a/docs/xml/lcl/grids.xml +++ b/docs/xml/lcl/grids.xml @@ -9777,6 +9777,28 @@ + + + Performs actions needed when the specified component is added to or removed from the control. + + +

+ 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 Nil when the component is removed from the control. +

+
+ + + TControl.Notification + TComponent + +
+ + Component for the notification. + + + Operation performed for the specified component. + + Moves to a column or row located at the specified offset.