Difference between revisions of "TINIPropStorage"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "{{TINIPropStorage}} TINIPropStorage ist eine Komponente, um ausgewählte Eigenschaften zu speichern / wiederherzustellen (entweder von TForm oder jedem Bedienelement darauf)....")
 
Line 1: Line 1:
 
{{TINIPropStorage}}
 
{{TINIPropStorage}}
  
TINIPropStorage ist eine Komponente, um ausgewählte Eigenschaften zu speichern / wiederherzustellen (entweder von TForm oder jedem Bedienelement darauf). Sie arbeitet mit der TForm.[[doc:lcl/forms/tform.sessionproperties.html|SessionProperties]] Eigenschaft. Zu finden ist sie auf dem Tab '''Misc''' in der Komponentenpalette.
+
TINIPropStorage is a component to save selected properties and to restore (either from TForm or each control it). It works with the TForm [[doc: lcl / forms / tform.sessionproperties.html | sessionProperties]] property. You can find it on the tab '''Misc''' in the component palette.
  
[[doc:lcl/inipropstorage/tinipropstorage.html|TINIPropStorage]] funktioniert auf die selbe Weise wie [[TXMLPropStorage/de|TXMLPropStorage]], ausgenommen dass die Sessioninformation in einer [http://lazarus-ccr.sourceforge.net/docs/fcl/inifiles/index.html INI-Datei] gespeichert werden.
+
[[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.
  
Nähere Informationen und Beispiele sind bei [[TXMLPropStorage/de|TXMLPropStorage]] zu finden.
+
For more information and examples are in [[TXMLPropStorage / de |] TXMLPropStorage] to find.  
  
 
[[Hardware Access]]
 
[[Hardware Access]]
  
[[Category:Components/de]]
+
[[Category:Components]]

Revision as of 19:38, 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