diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index ab06437ea7..a031dfcb94 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -6002,6 +6002,35 @@ default value passes to the constructor. Currently ignored (distinction no longer required). + + +Gets the class where the border spacing values are used. + + +

+GetOwner is an overridden method in TControlBorderSpacing used to +get the persistent object where the class instance is used. It reimplements the +dynamic method introduced in the TPersistent ancestor to return the value in +the Control property. To access properties /methods / events specific to a +TPersistent descendant, the return value must be cast to the required class +type. +

+
+ +Added in LCL version 3.2. + + + + +TPersistent + +
+ + +TPersistent object where the class instance is used. + + + Constructor for the class instance.