mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:00:44 +02:00
* updated documentation by Chris Kirkpatrick
git-svn-id: trunk@12298 -
This commit is contained in:
parent
0bee7cfd80
commit
f5fa6eb07a
@ -8541,7 +8541,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TWinControl.CachedClientWidth">
|
||||
<short>Storeed value of Client Width</short>
|
||||
<short>Stored value of Client Width</short>
|
||||
<descr>Reads value from flag</descr>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
@ -8557,9 +8557,10 @@ Reads or writes a flag to find or store the identity of the parent for this cont
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TWinControl.Controls">
|
||||
<short>Finds which controls are found in this window</short>
|
||||
<short>Finds which controls are located in this window</short>
|
||||
<descr>// properties which are supported by all descendants
|
||||
<br/>
|
||||
|
||||
Reads values from a flag; Index is a number signifying which control, from a list</descr>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -8579,6 +8580,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TWinControl.DockClients">
|
||||
<short>The dock clients of this window</short>
|
||||
<descr>Reads a flag to find the actual dock client controls</descr>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TWinControl.DockClients.Index">
|
||||
@ -8847,10 +8849,8 @@ Reads or writes a flag to find or store the identity of the parent for this cont
|
||||
<element name="TWinControl.SetBounds.aHeight"><short/></element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TWinControl.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Create a new instance of the Window Control</short>
|
||||
<seealso><link id="#rtl.Classes.TComponent"/></seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TWinControl.Create.TheOwner"><short/></element>
|
||||
@ -8876,10 +8876,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont
|
||||
<element name="TWinControl.CreateParentedControl.ParentWindow"><short/></element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TWinControl.Destroy">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Destroy this instance of the Window Control, and return the resources used</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TWinControl.DockDrop">
|
||||
@ -9188,14 +9185,13 @@ paint requests received by the parent control.</pre>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TWinControl"/>
|
||||
<link id="TWinControl.Canvas"/>
|
||||
<link id="Graphics.TCanvas"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TGraphicControl.FCanvas">
|
||||
<short>A reference to the parents Canvas.</short>
|
||||
<short>A reference to the parent's Canvas.</short>
|
||||
<descr>The canvas isn't "owned" by the TGraphicControl, but by its parent.</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TGraphicControl.FOnPaint">
|
||||
@ -9221,19 +9217,13 @@ paint requests received by the parent control.</pre>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TGraphicControl.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Create a new instance of a Graphic Control</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TGraphicControl.Create.AOwner"><short/></element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TGraphicControl.Destroy">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Destroy this instance of a graphic control and return its resources</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TGraphicControl.Canvas">
|
||||
@ -9245,7 +9235,7 @@ canvas.
|
||||
getting the parent control's Canvas dimensions. To get the dimensions of the
|
||||
TGraphicControl, you must query the ClientRect.</pre>
|
||||
</descr>
|
||||
<seealso><link id="TGraphicControl.FCanvas"/></seealso>
|
||||
<seealso><link id="FCanvas"/></seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TGraphicControl.OnPaint">
|
||||
@ -9285,60 +9275,50 @@ TGraphicControl, you must query the ClientRect.</pre>
|
||||
<element name="TCustomControl.WMPaint.Message"><short/></element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomControl.PaintWindow">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Paint handler plug-in</short>
|
||||
<descr>This is a plug-in in TWinControl to get the DC, <br/>assign it to our canvas and call the paint method for <br/>descendants to do the actual painting</descr>
|
||||
<seealso><link id="TWinControl.PaintWindow"/></seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomControl.PaintWindow.DC"><short/></element>
|
||||
<element name="TCustomControl.PaintWindow.DC">
|
||||
<short>The Device Context in which to paint</short>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomControl.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Create an instance of this control</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomControl.Create.AOwner"><short/></element>
|
||||
<element name="TCustomControl.Create.AOwner">
|
||||
<short>Owner, ie the component that called this control</short>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TCustomControl.Destroy">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>Destroy the control and returns its resources</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomControl.DestroyComponent">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>If the custom control has been destroyed, free its handle as well</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomControl.Paint">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short>The default paint handler for the class</short>
|
||||
<descr>If using a control derived from this parent, the developer needs to write a specific paint handler to override this one</descr>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomControl.Canvas">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>The area of a control on which its components are drawn or painted</short>
|
||||
<descr>The Canvas is the area of screen on which the various components are drawn. <br/>This inherits its properties from TCanvas, <br/>and that description should be read to understand their definitions more fully.</descr>
|
||||
<seealso><link id="Graphics.TCanvas"/></seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomControl.BorderStyle">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>The available border styles for this sort of control</short>
|
||||
<descr>Only a restricted series of options is available: none or a single border.</descr>
|
||||
<seealso><link id="TBorderStyle"/></seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomControl.OnPaint">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>Event handler for painting</short>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TImageList">
|
||||
|
Loading…
Reference in New Issue
Block a user