TdxBarItemLinks.Insert(Integer) Method
Creates a new TdxBarItemLink instance and inserts it into the TdxBarItemLinks collection at a position specified by the zero-based AIndex parameter.
Declaration
function Insert(AIndex: Integer): TdxBarItemLink;
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Returns
| Type |
|---|
| TdxBarItemLink |
Remarks
This method creates an instance of the TdxBarItemLink, adds it to the current collection at a specified position and returns a reference to the newly created TdxBarItemLink instance.
To associate the link with a particular item, use the TdxBarItemLink.Item property.
See Also