Vcl.Ribbon.TCustomRibbon.ValidTab

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

Delphi

function ValidTab(const Index: Integer): Boolean;

C++

bool __fastcall ValidTab(const int Index);

プロパティ

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


説明

指定されたタブのインデックスが、境界の外、もしくは存在していないのかを、チェックしいます。タブのインデックスが有効な場合には、True を返します。

関連項目