mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 07:29:30 +01:00
Document TStringGrid.LoadFromFile and SaveOptions. Issue #22640, patch from Reinier Olislagers
git-svn-id: trunk@38262 -
This commit is contained in:
parent
58cb183a8f
commit
46522f2920
@ -4226,8 +4226,11 @@ Application developers should use the <link id="TCustomGrid.SelectCell.OnSelectC
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomGrid.SaveOptions">
|
||||
<short>The set of options for saving information from the grid (design, attributes, content or position)</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<descr>These options are used when saving grid information, but also when loading grid information.</descr>
|
||||
<seealso>
|
||||
<link id="TCustomGrid.LoadFromFile"/>
|
||||
<link id="TCustomGrid.SaveToFile"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomGrid.SelectActive">
|
||||
@ -4555,9 +4558,12 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomGrid.LoadFromFile">
|
||||
<short>Load the grid data from a file with the specified name</short>
|
||||
<descr/>
|
||||
<descr>Note that the SaveOptions property determines what information is loaded.</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="TCustomGrid.SaveToFile"/>
|
||||
<link id="TCustomGrid.SaveOptions"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomGrid.LoadFromFile.FileName">
|
||||
@ -4662,9 +4668,12 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomGrid.SaveToFile">
|
||||
<short>Save the data in the grid to a file with specified name</short>
|
||||
<descr/>
|
||||
<descr>Note that the property SaveOptions determines what information is saved.</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="TCustomGrid.LoadFromFile"/>
|
||||
<link id="TCustomGrid.SaveOptions"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomGrid.SaveToFile.FileName">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user