Skip to main content

TdxRibbonGalleryFilterCategoryGroups Members

A collection of gallery groups associated with a filter category.

Constructors

Name Description
Create(TdxRibbonGalleryFilterCategory) Initializes a new instance of the TdxRibbonGalleryFilterCategoryGroups class with specified settings.

Properties

Name Description
Capacity Inherited from TList.
Count Inherited from TList.
FilterCategory Provides access to the filter category that owns this group collection.
Items Provides indexed access to gallery groups within the current collection.
List Inherited from TList.

Methods

Name Description
Add(TdxRibbonGalleryGroup) Adds the specified gallery group to the end of the collection.
Add(Pointer) Inherited from TList.
Assign(TdxRibbonGalleryFilterCategoryGroups)
Assign(TList,TListAssignOp,TList) Inherited from TList.
Clear Inherited from TList.
Delete(Integer) Inherited from TList.
Equals(TObject) Inherited from TObject.
Error(PResStringRec,NativeInt) Inherited from TList.
Error(String,NativeInt) Inherited from TList.
Exchange(Integer,Integer) Inherited from TList.
Expand Inherited from TList.
Extract(Pointer) Inherited from TList.
ExtractItem(Pointer,TDirection) Inherited from TList.
First Inherited from TList.
GetHashCode Inherited from TObject.
IndexOf(Pointer) Inherited from TList.
IndexOfItem(Pointer,TDirection) Inherited from TList.
Insert(Integer,Pointer) Inherited from TList.
Insert(Integer,TdxRibbonGalleryGroup)
Last Inherited from TList.
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
RemoveItem(Pointer,TDirection) Inherited from TList.
Sort(TListSortCompare) Inherited from TList.
SortList(TListSortCompareFunc) Inherited from TList.
ToString Inherited from TObject.
See Also