TdxBarItemLinks.AddItem(TdxBarItemClass) Method
In This Article
Creates an instance of the AItemClass item and a link to it and appends this link to the current collection.
#Declaration
Delphi
function AddItem(AItemClass: TdxBarItemClass): TdxBarItemLink; overload;
#Parameters
Name | Type |
---|---|
AItem |
Tdx |
#Returns
Type |
---|
Tdx |
#Remarks
This function returns a reference to the newly created link object.
See Also