Skip to main content

TdxBarItemLinks.AddItem(TdxBarItemClass) Method

Creates an instance of the AItemClass item and a link to it and appends this link to the current collection.

Declaration

function AddItem(AItemClass: TdxBarItemClass): TdxBarItemLink; overload;

Parameters

Name Type
AItemClass TdxBarItemClass

Returns

Type
TdxBarItemLink

Remarks

This function returns a reference to the newly created link object.

See Also