JVCL Help:TJvIniLink

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvIniLink
run\JvFormPlacement.pas


Summary

Helper class used by objects that store data in a storage to coordinate to respond to storage events.

run\JvFormPlacement.pas


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.

run\JvFormPlacement.pas


See Also

TJvFormPlacement, TJvFormStorage

run\JvFormPlacement.pas


About

Navigation

run\JvFormPlacement.pas



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