Vcl.Ribbon.TRibbonTabs.IndexOfCaption

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IndexOfCaption(const Caption: string): Integer;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabs


説明

特定のキャプションを持つリボン タブ項目のインデックスを返します。検索は、項目のキャプションによって行われます。

関連項目