IToolbarControls.IndexOf

Syntax

IndexOf(Item: IComponent): Integer;

Parameters

Item - component located on the toolbar.

Description

The IndexOf method returns index of the component located on the toolbar.

Comments

If the component is not located on this toolbar, the method returns -1.

See also:

IToolbarControls