TdxRibbonTab.GetGroupClass Method
In This Article
Determines the class type of the tab groups accessible via the Groups property.
#Declaration
Delphi
function GetGroupClass: TdxRibbonTabGroupClass; virtual;
#Returns
Type |
---|
Tdx |
#Remarks
By default, this function returns TdxRibbonTabGroup. Override this function to implement custom tab groups (TdxRibbonTabGroup descendants) for the tab.
See Also