JVCL Help:TJvCustomTimeLine.BeginUpdate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.BeginUpdate Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Prevents updating of the timeline view until the EndUpdate method is called.
Pascal
procedureBeginUpdate; virtual;
Description
Call BeginUpdate before making multiple changes to the list of items. When all changes are complete, call EndUpdate so that the changes can be reflected on screen. BeginUpdate and EndUpdate prevent excessive redraws and speed processing time when items are added, deleted, or moved.
BeginUpdate/EndUpdate sequences can be nested. TJvCustomTimeLine tracks the nesting level and delays screen updates until the outermost EndUpdate is called.
See Also
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