IToolbar.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method allows to repaint the ToolBar component.

Comments

This method is used to prevent blinking of the component when its properties are changed. This method is used together with the BeginUpdate method.

See also:

IToolbar