Add
|
|
Add(TdxBarItem)
|
Adds a new TdxBarItemLink element to the end of the current collection.
|
AddButton
|
Creates a TdxBarButton and a link to it and appends this link to the current collection.
|
AddItem(TdxBarItemClass)
|
Creates an instance of the AItemClass item and a link to it and appends this link to the current collection.
|
AddSubItem
|
Creates a TdxBarSubItem and a link to it and appends this link to the current collection.
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
AvailableIndexOf(TdxBarItemLink)
|
Returns the position of a specified TdxBarItemLink in the AvailableItems array.
|
BeginUpdate
|
|
CanContainItem(TdxBarItem,string)
|
|
CanContainItem(TdxBarItem)
|
|
CanVisibleIndexOf(TdxBarItemLink)
|
Returns the position of a specified TdxBarItemLink in the CanVisibleItems array.
|
Clear
|
|
ClearAndResetID
|
|
CreateBarControl
|
Specifies the bar control created with information stored in TdxBarItemLinks.
|
Delete(Integer)
|
|
DestroyBarControl
|
Destroys the bar control containing item controls that correspond to the current item links.
|
DestroyBarItems
|
|
EndUpdate
|
|
Equals(TObject)
|
|
FindByItem(TdxBarItem)
|
|
FindItemID(Integer)
|
|
First
|
|
FreeForeignItems(TdxBarManager)
|
Disposes items of another bar manager whose item links are stored in the current item link collection.
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
HasItem(TdxBarItem)
|
Determines whether the specified item belongs to a given TdxBarItemLinks object.
|
IndexOf(TdxBarItemLink)
|
Returns the position of the bar item specified by the Value parameter in the Items zero-based indexed collection. The index of the first item link in the collection is 0.
|
Insert(Integer)
|
Creates a new TdxBarItemLink instance and inserts it into the TdxBarItemLinks collection at a position specified by the zero-based AIndex parameter.
|
IsControlExists(TdxBarItemControl)
|
|
IsReferencedBy(IdxBarLinksOwner)
|
Returns True when the specified ALinksOwner contains the current TdxBarItemLinks collection, or references at least one item within this collection.
|
Last
|
|
Move(Integer,Integer)
|
Moves the TdxBarItemLink element from ACurIndex to ANewIndex in the TdxBarItemLinks collection.
|
Next(TdxBarItemLink,Boolean)
|
|
Prev(TdxBarItemLink,Boolean)
|
|
Sort(IComparer<TCollectionItem>)
|
|
ToString
|
|
VisibleIndexOf(TdxBarItemLink)
|
Returns position of a specified TdxBarItemLink in the VisibleItems array.
|