Contents - Index - Previous - Next


InsertDropdownBox method




Declaration
function InsertDropdownBox(const ID: WideString): Boolean;

Description

Inserts a drop-down selection control at the insertion point or over the selection.

The ID parameter specifies an ID attribute for the drop-down selection control. Set ID to any alphanumeric string that begins with a letter. The underscore (_) can also be used. The ID should be unique throughout the scope of the current document.

Returns True on success. Returns False on failure.