JVCL Help:TJvCustomItemViewerOptions.LazyRead
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewerOptions.LazyRead Property
[+] TJvCustomItemViewerOptions Methods
[+] TJvCustomItemViewerOptions Properties
Search in JVCL Help
Search in all projectsSummary
Specifies how and when items are created.
Pascal
propertyLazyRead: Boolean;
Description
Use the LazyRead property to specify how and when items are created by the control. If LazyRead is true, items are created and initialized when needed. If LazyRead is false, items are created as soon as they are added to the Items array.
See Also
TJvCustomItemViewer.Add, TJvCustomItemViewer.Count, TJvCustomItemViewer.Insert, TJvCustomItemViewer.Items
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