IToolbarControls.IndexOf

Syntax

IndexOf(Item: IComponent): Integer;

Parameters

Item is a component placed on the toolbar.

Description

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

Comments

If the component is not placed on this too bar, the method returns -1.

See also:

IToolbarControls