diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 0a11dde8ae..b4156cdd2c 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -15748,7 +15748,9 @@ if MyControl.CanSetFocus then - + + Implements the abstract ancestor class used to get the property list for a control. + @@ -16985,12 +16987,12 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] - + Calls the specified procedure for each of the cursor identifiers. - + String procedure called in the routine. @@ -17050,7 +17052,7 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] - + Checks for multiple mouse click events for the specified control. @@ -17189,7 +17191,9 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] - + + Flips the left and right coordinates relative to the ParentRect when Flip is True. + @@ -17207,12 +17211,12 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] - + Flips the value Alignment to reflect the value needed for BiDi mode. - + TAligment value updated in the method. @@ -17249,22 +17253,35 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] Form style value converted in the routine. - - + + + Declares an assignment operator used to convert a Variant type to a TCaption type. + - Assignment operator used to cast a TVariant value to a TCaption value. +

+ Declares an assignment operator used to convert a TVariant value to a TCaption value during assignment. Casts the value in AVariant to a String type and assigns it as the return value for the operator. For example: +

+ +var + AVariant: Variant; + AControl: TControl; + // ... + AControl.Caption := AVariant; +
- - + + TCaption value for the assignment operator. - - + + Variant value converted to a TCaption value prior to assignment. - + + Compares the specified pointers containing a Lazarus accessibility object and a accessibility object data. + @@ -17279,7 +17296,9 @@ AControl.Align := AnchorAlign[alRight]; // contains [akRight, akTop, akBottom] - + + Compares the specified pointers containing Lazarus accessibility object data and a accessibility object. +