JVCL Help:TJvIniLink
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvIniLink Class
[+] JvFormPlacement.pas Classes
[+] TJvIniLink Methods
[+] TJvIniLink Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvIniLink
run\JvFormPlacement.pas
Summary
Helper class used by objects that store data in a storage to coordinate to respond to storage events.
Pascal
run\JvFormPlacement.pas
TJvIniLink = class(TPersistent);
Description
Use TJvIniLink in any object that stores data in a storage to represent its link to a storage component or that needs to respond to storage events.
The constructor of the object that stores data in a storage should call the constructor of TJvIniLink, and initialize any relevant properties. The object can then respond to the OnLoad and OnSave events to store or retrieve its data from the storage.
See Also
TJvFormPlacement, TJvFormStorage
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