TdxBars.Insert(Integer) Method
Adds a new toolbar to the current bar collection at the position specified by the zero-based Index parameter.
Declaration
function Insert(Index: Integer): TdxBar;
Parameters
| Name | Type |
|---|---|
| Index | Integer |
Returns
| Type |
|---|
| TdxBar |
Remarks
This method returns a reference to the added toolbar.
Note
indexes of other toolbars in the collection are shifted up and the value of the Count property is incremented.
See Also