LCL docs: mostly cosmetic changes.

git-svn-id: trunk@32222 -
This commit is contained in:
dodi 2011-09-08 03:24:24 +00:00
parent df52f97ad3
commit e3f9648b2e
3 changed files with 638 additions and 2156 deletions

View File

@ -515,7 +515,7 @@ Take the following precautions when creating your own Destroy method:
<descr>
<var>Destroy</var> sends a <var>opRemove</var> notification to all components
in the free-notification list. After that, all owned components are
destroyed by calling <link id="TComponent.DestroyComponents">DestroyComponents</link>
destroyed by calling <link id="#rtl.Classes.TComponent.DestroyComponents">DestroyComponents</link>
(and hence removed from the list of owned components). When this
is done, the component removes itself from its owner's child component list.
After that, the parent's destroy method is called.

File diff suppressed because it is too large Load Diff

View File

@ -12644,8 +12644,10 @@ The range is defined based on optional <var>AUseSelection</var> parameter which
<ul>
<li>First the visible cells area is determined: each row is tested to see if it intersects the canvas clipping region; if it's ok, then the visible area is painted by drawing columns of each row.</li>
<li>The column and row values are used to identify the cell that is about to be painted and again each column is tested for intersection with the clippling region; if everything is ok, some additional properties like the cell's rectangular extent and visual state are passed as arguments to the DrawCell method.</li>
<li>As the drawing process is running, the visual state of each cell is adjusted according to grid options and position within grid. The visual state is retained in a variable of type <var>TGridDrawState</var> which is a set with following elements:
<table>
<li>
<p>As the drawing process is running, the visual state of each cell is adjusted according to grid options and position within grid. The visual state is retained in a variable of type <var>TGridDrawState</var> which is a set with following elements:
</p>
<table>
<tr>
<td>gdSelected</td>
<td>The cell will have a selected look.</td>