JVCL Help:TJvStoredValues.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStoredValues.Items Property
[+] TJvStoredValues Methods
[+] TJvStoredValues Properties
Search in JVCL Help
Search in all projectsSummary
Lists the individual stored value objects of a TJvStoredValues object.
Pascal
propertyItems [Index: Integer]: TJvStoredValue;
Description
Use Items to iterate through all the stored values. Index identifies the index in the range 0 to Count - 1. Items can reference a particular stored value by its index, but the Values property is preferred, because it does not depend on the order of the stored values.
See Also
TJvFormStorage.StoredValues, TJvStoredValues.IndexOf, TJvStoredValues.StoredValue, TJvStoredValues.Values
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