TiPlotComponent.RemoveAllToolBars

TiPlotComponent See Also

Removes all toolbar objects.

procedure RemoveAllToolBars;

Description

Call RemoveAllToolBars to remove all toolbar objects. To delete a specific toolbar object, call DeleteToolBar.

Currently, only one toolbar object is supported at this time and the multiple toolbar interface is for future expansion. The ToolBarCount, AddToolBar, DeleteToolBar, and RemoveAllToolBars are reserved for property editors at this time. Always use an Index of zero when accessing the toolbar.

Example

Delphi

iComponent.RemoveAllToolBars;

C++ Builder

iComponent->RemoveAllToolBars();

Contents | Index | Previous | Next