Difference between revisions of "TINIPropStorage"

From Lazarus wiki
Jump to navigationJump to search
Line 3: Line 3:
 
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.
  
For more information and examples are in [[TXMLPropStorage / de |] TXMLPropStorage] to find.  
+
For more information and examples are in [[TXMLPropStorage]] to find.  
  
 
[[Hardware Access]]
 
[[Hardware Access]]
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 19:53, 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 INI-file will be saved.

For more information and examples are in TXMLPropStorage to find.

Hardware Access