TINIPropStorage: Difference between revisions

From Lazarus wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{TINIPropStorage}}
{{TINIPropStorage}}


TINIPropStorage is a component to save selected properties and to restore (either from TForm or each control it). It works with the TForm.[[http://lazarus-ccr.sourceforge.net/docs/lcl/controls/tcontrol.sessionproperties.html | sessionProperties]] property. You can find it on the tab '''Misc''' in the component palette.
TINIPropStorage is a component to save selected properties and to restore (either from TForm or each control it). It works with the TForm.[[http://lazarus-ccr.sourceforge.net/docs/lcl/controls/tcontrol.sessionproperties.html sessionProperties]] property. You can find it on the tab '''Misc''' in the component palette.


[[doc: lcl / inipropstorage / tinipropstorage.html | TINIPropStorage]] works the same way as [[TXMLPropStorage]], except that the session information in a [http://lazarus-ccr.sourceforge.net/ docs / fcl / inifiles / index.html INI-file] will be saved.
[[doc: lcl / inipropstorage / tinipropstorage.html | TINIPropStorage]] works the same way as [[TXMLPropStorage]], except that the session information in a [http://lazarus-ccr.sourceforge.net/ docs / fcl / inifiles / index.html INI-file] will be saved.

Revision as of 19:46, 10 May 2014

Deutsch (de) English (en) français (fr) русский (ru)

TINIPropStorage is a component to save selected properties and to restore (either from TForm or each control it). It works with the TForm.[sessionProperties] property. You can find it on the tab Misc in the component palette.

TINIPropStorage works the same way as TXMLPropStorage, except that the session information in a docs / fcl / inifiles / index.html INI-file will be saved.

For more information and examples are in [[TXMLPropStorage / de |] TXMLPropStorage] to find.

Hardware Access