JVCL Help:TJvOwnerDrawViewerOptions.LazyRead
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvOwnerDrawViewerOptions.LazyRead Property
[+] TJvOwnerDrawViewerOptions Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether items are read into the control as needed or all at once.
Pascal
propertyLazyRead: Boolean;
Description
If LazyRead is true, only items that are currently visible are passed to the OnDrawItem event. When LazyRead is false, all items are passed to OnDrawItem regardless of whether they are currently visible or not.
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