Vcl.Ribbon.TCustomRibbon.ValidTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValidTab(const Index: Integer): Boolean;

C++

bool __fastcall ValidTab(const int Index);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Checks whether a specified tab's index is out of bounds or not existent. It returns True if the tab's index is valid.

See Also