Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonBackstageViewGalleryGroups.FindByCaption(string,TdxRibbonBackstageViewGalleryGroup) Method

Searches the collection for a gallery group with a specified caption.

#Declaration

Delphi
function FindByCaption(const ACaption: string; out AGroup: TdxRibbonBackstageViewGalleryGroup): Boolean;

#Parameters

Name Type
ACaption string
AGroup TdxRibbonBackstageViewGalleryGroup

#Returns

Type
Boolean

#Remarks

This function returns the first collection item (a gallery group), whose Caption property value equals the ACaption parameter value. If the matching group is found, it is referenced via the AGroup parameter and the function returns True. Otherwise, False is returned.

See Also