TCustomdxBarContainerItem.ClearItemList Method
Clears the item links list specified by the ItemLinks property.
Declaration
procedure ClearItemList; virtual;
Remarks
This method is used internally. TCustomdxBarContainerItem ClearItemList
does nothing except for setting an indicator, which specifies whether it is necessary to clear the item list. Descendants can override this method to clear the item links list.
See Also