Vcl.Ribbon.TRibbonTabs.GetPageFromPageCaption

提供:RAD Studio API Documentation

Delphi

function GetPageFromPageCaption(const Caption: string): TCustomRibbonPage;

C++

TCustomRibbonPage* __fastcall GetPageFromPageCaption(const System::UnicodeString Caption);

プロパティ

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


説明

特定のキャプションを持つ、リボン ページを返します。

関連項目