mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
LCL docs: mostly cosmetic changes.
git-svn-id: trunk@32222 -
This commit is contained in:
parent
df52f97ad3
commit
e3f9648b2e
@ -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
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user