mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:30:33 +02:00
LazDoc - formatting corrections to Grids.xml and ExtCtrls.xml
git-svn-id: trunk@13038 -
This commit is contained in:
parent
79c4c07012
commit
d55cf837de
File diff suppressed because it is too large
Load Diff
@ -1159,7 +1159,7 @@ Grids are adequate to show data that have tabular nature, for example tables in
|
||||
<p>The <link id="TCustomGrid.LeftCol">LeftCol</link>, <link id="TCustomGrid.TopRow">TopRow</link>, <link id="TCustomGrid.VisibleColCount">VisibleColCount</link> and <link id="TCustomGrid.VisibleRowCount">VisibleRowCount</link> properties contain information about the visible area of the grid. </p>
|
||||
|
||||
<p>The <link id="TCustomGrid.Options">Options</link> property controls options for the grid.
|
||||
</p><br/><p><b>Key methods and events:</b></p>
|
||||
</p><p><b>Key methods and events:</b></p>
|
||||
|
||||
<p>If the user highlights a cell of the grid, the <link id="TCustomGrid.SelectCell">SelectCell</link> method is called that triggers the <link id="TCustomGrid.OnSelectCell">OnSelectCell</link> event. The position of the highlighted cell is stored within the <link id="TCustomGrid.Col">Col</link> and <link id="TCustomGrid.Row">Row</link> property.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user