diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 7407020daa..ce213d394a 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -822,7 +822,7 @@ mrLast=mrYesToAll=10 - TCanvas + TCanvas @@ -2909,7 +2909,7 @@ the way actions should occur in response to various events,
and the way the Control should be drawn.
- + @@ -6152,7 +6152,7 @@ Reads the width of the client control or sets the value. Sets flag if value is s // standard properties, which should be supported by all descendants
Reads the value for colour, or stores the value, and sets a flag if the colour is stored.
The default colour is the same as the window in which the control is located.
- + @@ -6191,7 +6191,7 @@ Reads value for the Origin (top left pixel) of this control. (read-only) // standard properties, which should be supported by all descendants
Reads a flag to see what font should be used, or sets a flag to store it. If stored, sets a flag to say so.
The properties of Font are defined in the parent class TFont
- +
@@ -6244,7 +6244,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont Gets or writes the pop-up menu associated with this control // standard properties, which should be supported by all descendants
Reads the details of the pop-up menu, or stores them.
Properties are defined in the parent class TPopupMenu
- +
@@ -6274,7 +6274,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont // standard properties, which should be supported by all descendants
Reads message from flag area, or stores a message
- +
@@ -8487,7 +8487,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont Find which type of brush to use for drawing the control // properties which are supported by all descendants - + @@ -9140,7 +9140,7 @@ paint requests received by the parent control. - TCanvas + TCanvas @@ -9188,7 +9188,7 @@ paint requests received by the parent control. getting the parent control's Canvas dimensions. To get the dimensions of the TGraphicControl, you must query the ClientRect.

- FCanvas + FCanvas
@@ -9261,7 +9261,7 @@ TGraphicControl, you must query the ClientRect.

The area of a control on which its components are drawn or painted The Canvas is the area of screen on which the various components are drawn.
This inherits its properties from TCanvas,
and that description should be read to understand their definitions more fully.
- +
@@ -9663,7 +9663,7 @@ TGraphicControl, you must query the ClientRect.

A tree of dock zones - every docked window has one tree - { TDockTree - a tree of TDockZones - Every docked window has one tree +
 TDockTree - a tree of TDockZones - Every docked window has one tree
 
   
     This is an abstract class. The real implementation is in ldocktree.pas.
@@ -9677,7 +9677,7 @@ TGraphicControl, you must query the ClientRect.

Example1: Docking "A" (source window) left to "B" (target window) +---+ +----+ - | A | -> | B | + | A | -> | B | +---+ | | +----+ Result: A new docktree will be created. Height of "A" will be resized to @@ -9711,7 +9711,7 @@ TGraphicControl, you must query the ClientRect.

Example2: Docking A into B +-----+ +---+ | | - | A | ---+-> B | + | A | ---+-> B | +---+ | | +-----+ @@ -9746,8 +9746,8 @@ TGraphicControl, you must query the ClientRect.

ResetBounds - TODO for Delphi compatibility SetReplacingControl - TODO for Delphi compatibility PaintSite - TODO for Delphi compatibility -} -
+ +