TdxBarItemLinks.Insert(Integer) Method
In This Article
Creates a new TdxBarItemLink instance and inserts it into the TdxBarItemLinks collection at a position specified by the zero-based AIndex parameter.
#Declaration
Delphi
function Insert(AIndex: Integer): TdxBarItemLink;
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Returns
Type |
---|
Tdx |
#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