TCustomdxBarContainerItem.AddListedItemLinks(TdxBarItemLinks,TObject,Integer) Method
Adds the item links defined in the ItemLinks property to the item links of another object that can contain them.
Declaration
procedure AddListedItemLinks(AItemLinks: TdxBarItemLinks; ALinkData: TObject; AIndex: Integer);
Parameters
Name | Type |
---|---|
AItemLinks | TdxBarItemLinks |
ALinkData | TObject |
AIndex | Integer |
Remarks
This method is used internally. It adds the item links specified by the ItemLinks property to the TdxBarItemLinks object specified by the AItemLinks parameter. The start position in the TdxBarItemLinks object wherein to add item links is specified by the AIndex parameter. FirstCall determines whether it is necessary to generate the OnGetData event. Descendants can override this method to add their own item links to the item links of toolbars or sub items.
See Also