Skip to main content

TCustomdxBarContainerItem.DeleteListedItemLinks(TObject) Method

Removes item links specified by the ItemLinks property from the item links of another object containing the items.

Declaration

procedure DeleteListedItemLinks(ALinkData: TObject); virtual;

Parameters

Name Type
ALinkData TObject

Remarks

This method is used internally. It removes item links added by the AddListedItemLinks method from the TdxBarItemLinks object specified by the AItemLinks parameter. AIndex determines the position of the first item link to delete. The DeleteListedItemLinks method for this class does nothing. Descendants can override it to remove previously added item links from toolbar item links.

See Also