mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
Docs: LCL/grids. Updates FocusColor and FocusRectVisible topics in TCustomGrid for changes in 86a410c9
.
This commit is contained in:
parent
340a862e93
commit
b329260bb0
@ -17772,7 +17772,7 @@ The color used to draw the focus rectangle when a cell has focus.
|
|||||||
<var>FocusColor</var> is a <var>TColor</var> property with the color used to
|
<var>FocusColor</var> is a <var>TColor</var> property with the color used to
|
||||||
draw the focus rectangle (or rubber band) for the focused cell in the grid
|
draw the focus rectangle (or rubber band) for the focused cell in the grid
|
||||||
control. The default value for the property is clRed. Changing the value for
|
control. The default value for the property is clRed. Changing the value for
|
||||||
the property causes the current in Col and Row to be redrawn.
|
the property causes the current cell at Col and Row to be redrawn.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
FocusColor is used in the DrawFocusRect method when DefaultDrawing is enabled
|
FocusColor is used in the DrawFocusRect method when DefaultDrawing is enabled
|
||||||
@ -17780,7 +17780,10 @@ for the grid control. But it is not used when UseXORFeatures is enabled;
|
|||||||
clWhite is used as the pixel color instead.
|
clWhite is used as the pixel color instead.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TCustomGrid.DrawFocusRect"/>
|
||||||
|
<link id="TCustomGrid.UseXORFeatures"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TCustomGrid.FocusRectVisible">
|
<element name="TCustomGrid.FocusRectVisible">
|
||||||
@ -17790,8 +17793,7 @@ clWhite is used as the pixel color instead.
|
|||||||
<var>FocusRectVisible</var> is a <var>Boolean</var> property which indicates
|
<var>FocusRectVisible</var> is a <var>Boolean</var> property which indicates
|
||||||
if the focus rectangle (or rubber band) is drawn for the focused cell, extent,
|
if the focus rectangle (or rubber band) is drawn for the focused cell, extent,
|
||||||
or row in the grid control. Changing the value for the property causes the
|
or row in the grid control. Changing the value for the property causes the
|
||||||
grid control to be redrawn. The default value for the property is <b>True</b>
|
grid control to be redrawn. The default value for the property is <b>True</b>.
|
||||||
as assigned in the Create constructor.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
FocusRectVisible is used in the DrawRow method when the current cell or
|
FocusRectVisible is used in the DrawRow method when the current cell or
|
||||||
@ -17802,7 +17804,9 @@ for the grid, the focus rectangle is drawn for the entire row.
|
|||||||
Set FocusRectVisible to <b>False</b> to disable the feature in the control.
|
Set FocusRectVisible to <b>False</b> to disable the feature in the control.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TCustomGrid.DrawRow"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TCustomGrid.GCache">
|
<element name="TCustomGrid.GCache">
|
||||||
|
Loading…
Reference in New Issue
Block a user