mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 21:59:18 +02:00
Docs: Improve documentation for PropertyStorage classes. Issue #31407.
git-svn-id: trunk@54307 -
This commit is contained in:
parent
c6e74cb0e3
commit
b79f137e07
@ -323,7 +323,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TJSONPropStorage.Active" link="#LCL.PropertyStorage.TCustomPropertyStorage.Active">
|
<element name="TJSONPropStorage.Active" link="#LCL.PropertyStorage.TCustomPropertyStorage.Active">
|
||||||
<short>This determines if the object is active or not.</short>
|
<short />
|
||||||
<descr />
|
<descr />
|
||||||
<errors />
|
<errors />
|
||||||
<seealso />
|
<seealso />
|
||||||
@ -331,7 +331,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TJSONPropStorage.OnSavingProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSavingProperties">
|
<element name="TJSONPropStorage.OnSavingProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSavingProperties">
|
||||||
<short>Called before saving the properties.</short>
|
<short />
|
||||||
<descr />
|
<descr />
|
||||||
<errors />
|
<errors />
|
||||||
<seealso />
|
<seealso />
|
||||||
@ -339,7 +339,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TJSONPropStorage.OnSaveProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSaveProperties">
|
<element name="TJSONPropStorage.OnSaveProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnSaveProperties">
|
||||||
<short>Called after saving the properties.</short>
|
<short />
|
||||||
<descr />
|
<descr />
|
||||||
<errors />
|
<errors />
|
||||||
<seealso />
|
<seealso />
|
||||||
@ -347,7 +347,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TJSONPropStorage.OnRestoringProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoringProperties">
|
<element name="TJSONPropStorage.OnRestoringProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoringProperties">
|
||||||
<short>Called before restoring the properties.</short>
|
<short />
|
||||||
<descr />
|
<descr />
|
||||||
<errors />
|
<errors />
|
||||||
<seealso />
|
<seealso />
|
||||||
@ -355,7 +355,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TJSONPropStorage.OnRestoreProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoreProperties">
|
<element name="TJSONPropStorage.OnRestoreProperties" link="#LCL.PropertyStorage.TCustomPropertyStorage.OnRestoreProperties">
|
||||||
<short>Called after restoring the properties.</short>
|
<short />
|
||||||
<descr />
|
<descr />
|
||||||
<errors />
|
<errors />
|
||||||
<seealso />
|
<seealso />
|
||||||
|
@ -873,7 +873,7 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomPropertyStorage.Active">
|
<element name="TCustomPropertyStorage.Active">
|
||||||
<short/>
|
<short>This determines if the object is active or not.</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<notes><note>?</note>
|
<notes><note>?</note>
|
||||||
@ -889,7 +889,7 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomPropertyStorage.OnSavingProperties">
|
<element name="TCustomPropertyStorage.OnSavingProperties">
|
||||||
<short>Handler called at the begin of Save.</short>
|
<short>Handler called at the beginning of Save.</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -907,7 +907,7 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomPropertyStorage.OnRestoringProperties">
|
<element name="TCustomPropertyStorage.OnRestoringProperties">
|
||||||
<short>Handler called at the begin of Restore.</short>
|
<short>Handler called at the beginning of Restore.</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
Loading…
Reference in New Issue
Block a user