JVCL Help:TJvFormStorage.StoredProps

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Lists all controls and their stored properties, that are managed by the storage component.


Pascal

 propertyStoredProps: TStrings;


Description

Use StoredProps to directly determine the components and their properties that are managed by the storage component. The format of the list is:
component.property
Thus for example:
CheckBox1.Checked Button1.Caption
A StoredProps editor is provided for design-time editing of the StoredProps property.


See Also

TJvFormStorage.StoredValue


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page