IWebComboBox.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes update of component rows list.

Comments

The method is called after calling the BeginUpdate method. When the EndUpdate method is executed, all changes made between calls of BeginUpdate and EndUpdate are rendered.

Example

The method use is given in the example for IWebComboBox.ItemIndex.

See also:

IWebComboBox