TdxBadges Members
A collection of badge UI adorners.Constructors
| Name | Description |
|---|---|
| Create(TdxUIAdornerManager) | Creates a new TdxBadges class instance. |
| Create(TComponent,TcxComponentCollectionItemClass) | Initializes a new instance of the TcxComponentCollection class with specified settings. Inherited from TcxComponentCollection. |
Properties
| Name | Description |
|---|---|
| Active | Specifies if the layer with UI adorner elements is active. Inherited from TdxCustomAdorners. |
| Color | Specifies the default color for all badge UI adorners in the collection. |
| Count | Gets the number of elements in the collection. Inherited from TcxComponentCollection. |
| Font | Specifies the default font settings for all badge UI adorners in the collection. |
| Items | Provides zero-based indexed access to all badge UI adorners in the collection. |
| Manager | Provides access to the UI adorner manager to which the current adorner collection belongs. Inherited from TdxCustomAdorners. |
| ParentComponent | Inherited from TcxComponentCollection. |
| ParentFont | Specifies if the badge UI adorner collection updates its font settings from the UI adorner manager‘s parent component. |
Methods
| Name | Description |
|---|---|
| Add | Creates a new UI badge and adds it to the collection. |
| 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) | Searches a badge UI adorner by its unique component identifier. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IndexOf(TcxComponentCollectionItem) | Returns the zero-based index of a specified item within the collection. Inherited from TcxComponentCollection. |
| IndexOf(TdxBadge) | Identifies the specified badge UI adorner‘s index within the collection. |
| Insert(Integer) | Inserts a new badge UI adorner at the specified position within the collection. |
| Remove(TcxComponentCollectionItem) | Removes a specified item from the collection. Inherited from TcxComponentCollection. |
| Remove(TdxBadge) | Removes the specified badge UI adorner from the collection. |
| 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