TdxBars Members
Contains a list of all TdxBarManager toolbars.Constructors
Name | Description |
---|---|
Create(TdxBarManager) | Creates an instance of TdxBars. |
Create(TComponent,TcxComponentCollectionItemClass) | Initializes a new instance of the TcxComponentCollection class with specified settings. Inherited from TcxComponentCollection. |
Properties
Name | Description |
---|---|
BarManager | Returns the TdxBarManager to which a given TdxBars object belongs. |
Count | Gets the number of elements in the collection. Inherited from TcxComponentCollection. |
DockControls | Contains an array of dock controls. |
DockingZoneSize protected | Specifies the size of the docking zone, that is, the distance from dock control borders to the bar control within which the bar control may be ‘docked’ to this dock control. |
IsMoving | Indicates whether any toolbar in the current collection is being moved. |
Items | Provides indexed access to toolbar items stored in the collection. |
ParentComponent | Inherited from TcxComponentCollection. |
Methods
Name | Description |
---|---|
Add | Adds a new item to the toolbar list. |
Add(TcxComponentCollectionItemClass) | Creates a new TcxComponentCollectionItem instance and appends it to the collection. Inherited from TcxComponentCollection. |
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Acquires a lock on the collection. Inherited from TcxComponentCollection. |
Clear | Deletes all the TcxComponentCollectionItem instances from the collection and destroys them. Inherited from TcxComponentCollection. |
CustomSort(TcxComponentCollectionSortCompareFunc) | Inherited from TcxComponentCollection. |
Delete(Integer) | Removes the specified TcxComponentCollectionItem instance from the collection and destroys it. Inherited from TcxComponentCollection. |
EndUpdate(Boolean) | Releases a lock and updates the collection. Inherited from TcxComponentCollection. |
Equals(TObject) | Inherited from TObject. |
FindItemByID(Integer) | Returns a reference to a collection element, by its unique identifier. Inherited from TcxComponentCollection. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetUniqueToolbarName(string) | Returns a unique name for a toolbar. |
IndexOf(TcxComponentCollectionItem) | Returns the zero-based index of a specified item within the collection. Inherited from TcxComponentCollection. |
Insert(Integer) | Adds a new toolbar to the current bar collection at the position specified by the zero-based Index parameter. |
Remove(TcxComponentCollectionItem) | Removes a specified item from the collection. Inherited from TcxComponentCollection. |
ToString | Inherited from TObject. |
Update(TcxComponentCollectionItem,TcxComponentCollectionNotification) protected | Updates a collection to reflect any changes made. Inherited from TcxComponentCollection. |
Events
Name | Description |
---|---|
OnChange | Inherited from TcxComponentCollection. |
See Also