From 2b67dddf551cdcc5e6691248257635bc6d3b0b9f Mon Sep 17 00:00:00 2001
From: dsiders
-Used to define members in control classes.
+TProcedureOfObject is a type which represents a parameter-less
+object procedure. It is used in control classes to represent an event handler
+which when signalled expects no arguments - not even a Sender object instance.
+For example: TCustomUpDown uses it for its internal mouse timer event.
-One drawback is that complex inheritance hierarchies for TFrame classes can be problematic; they do not propagate changes to all derived frames in a multi-level inheritance tree.
+One drawback is that complex inheritance hierarchies for TFrame
+classes can be problematic; they do not propagate changes to all derived
+frames in a multi-level inheritance tree.
-One drawback is that complex inheritance hierarchies for TFrame classes can be problematic; they do not propagate changes to all derived frames in a multi-level inheritance tree.
+One drawback is that complex inheritance hierarchies for TFrame
+classes can be problematic; they do not propagate changes to all derived
+frames in a multi-level inheritance tree.
TFrame contains a new property which indicates the LCL (Lazarus Component
Library) version number used in the container. An overridden constructor is
also introduced to initialize the value in the LCLVersion property. TFrame
-sets the visibility for properties defines in ancestor classes.
+sets the visibility for properties defined in ancestor classes.
+
DoOnChangeBounds sets an internal flag to indicate that a delayed bounds change event has been requested. It increments an internal counter to track the number of pending delayed events. @@ -16922,7 +16925,7 @@ HintPause is an Integer property with the number of milliseconds to wait before a Hint window is displayed for a form or control.
-The default value is defines in the DefHintPause constant and assigned to the +The default value is defined in the DefHintPause constant and assigned to the property in the constructor for the application instance.
@@ -19042,21 +19045,39 @@ TWindowState value for the specified string, or wsNormal by default.
+dbgs is overloaded in