JVCL Help:TJvStoredValues

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvStoredValues
run\JvFormPlacement.pas


Summary

Manages a list of stored values.

run\JvFormPlacement.pas


Pascal

 run\JvFormPlacement.pas
 TJvStoredValues = class(TOwnedCollection);


Description

The TJvFormStorage storage component uses the TJvStoredValues object to represent its stored values.
Use the properties and methods of TJvStoredValues to:

  • Access a specific stored value object.
  • Add or delete stored values from the list.
  • Get or set the values of individual stored values.
  • Iterate through all stored values.
  • Copy a set of stored values to another stored values list.

run\JvFormPlacement.pas


See Also

TJvFormStorage, TJvStoredValue

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