Vcl.Ribbon.TRibbon.DocumentName

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

Delphi

property DocumentName: string read FDocumentName write SetDocumentName default 0;

C++

__property DocumentName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

説明

リボンのキャプション テキスト。

Vcl.Ribbon.TRibbon.DocumentName は Vcl.Ribbon.TCustomRibbon.DocumentName を継承しています。以下の内容はすべて Vcl.Ribbon.TCustomRibbon.DocumentName を参照しています。

リボンのキャプション テキスト。

DocumentName はリボンのキャプションに表示されます。

関連項目