JVCL Help:TJvCustomPreviewControl.BeginUpdate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomPreviewControl.BeginUpdate Method
[+] TJvCustomPreviewControl Events
[+] TJvCustomPreviewControl Methods
[+] TJvCustomPreviewControl Properties
Search in JVCL Help
Search in all projectsSummary
Suspends update processing.
Pascal
procedureBeginUpdate;
Description
Call BeginUpdate when making a series changes to the control's appearance or state. When all changes have been made, call EndUpdate to resume processing. Bracketing control changes with BeginUpdate and EndUpdate minimizes screen flicker and makes the application more efficient. Calls to BeginUpdate and EndUpdate can be nested.
See Also
TJvCustomPreviewControl.EndUpdate, TJvCustomPreviewControl.IsUpdating
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