Vcl.Ribbon.TCustomRibbonPage.FindGroup
Delphi
function FindGroup(const GroupCaption: string): TControl;
C++
Vcl::Controls::TControl* __fastcall FindGroup(const System::UnicodeString GroupCaption);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | TCustomRibbonPage |
Description
Finds a ribbon group by its caption.