Vcl.Ribbon.TRibbonTabs.IndexOfCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IndexOfCaption(const Caption: string): Integer;

C++

int __fastcall IndexOfCaption(const System::UnicodeString Caption);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabs


Beschreibung

Gibt den Index eines Elements der Ribbon-Registerkarte zurück, das einen bestimmten Titel hat. Die Suche wird anhand des Titels des Elements durchgeführt.

Siehe auch