Docs: Improve documentation for PropertyStorage classes. Issue #31407.

git-svn-id: trunk@54307 -
This commit is contained in:
juha 2017-02-28 16:51:27 +00:00
parent c6e74cb0e3
commit b79f137e07
2 changed files with 8 additions and 8 deletions

View File

@ -323,7 +323,7 @@
<!-- property Visibility: published -->
<element name="TJSONPropStorage.Active" link="#LCL.PropertyStorage.TCustomPropertyStorage.Active">
<short>This determines if the object is active or not.</short>
<short />
<descr />
<errors />
<seealso />
@ -331,7 +331,7 @@
<!-- property Visibility: published -->
<element name="TJSONPropStorage.OnSavingProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSavingProperties">
<short>Called before saving the properties.</short>
<short />
<descr />
<errors />
<seealso />
@ -339,7 +339,7 @@
<!-- property Visibility: published -->
<element name="TJSONPropStorage.OnSaveProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSaveProperties">
<short>Called after saving the properties.</short>
<short />
<descr />
<errors />
<seealso />
@ -347,7 +347,7 @@
<!-- property Visibility: published -->
<element name="TJSONPropStorage.OnRestoringProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoringProperties">
<short>Called before restoring the properties.</short>
<short />
<descr />
<errors />
<seealso />
@ -355,7 +355,7 @@
<!-- property Visibility: published -->
<element name="TJSONPropStorage.OnRestoreProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoreProperties">
<short>Called after restoring the properties.</short>
<short />
<descr />
<errors />
<seealso />

View File

@ -873,7 +873,7 @@
</element>
<!-- property Visibility: public -->
<element name="TCustomPropertyStorage.Active">
<short/>
<short>This determines if the object is active or not.</short>
<descr/>
<seealso/>
<notes><note>?</note>
@ -889,7 +889,7 @@
</element>
<!-- property Visibility: public -->
<element name="TCustomPropertyStorage.OnSavingProperties">
<short>Handler called at the begin of Save.</short>
<short>Handler called at the beginning of Save.</short>
<descr>
</descr>
<seealso>
@ -907,7 +907,7 @@
</element>
<!-- property Visibility: public -->
<element name="TCustomPropertyStorage.OnRestoringProperties">
<short>Handler called at the begin of Restore.</short>
<short>Handler called at the beginning of Restore.</short>
<descr>
</descr>
<seealso>