Vcl.TabNotBk.TTabbedNotebook.GetIndexForPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIndexForPage(const PageName: string): Integer;

C++

int __fastcall GetIndexForPage(const System::UnicodeString PageName);

Properties

Type Visibility Source Unit Parent
function public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Returns the PageIndex value of the specified page.

The PageIndex property value is determined by the page's position in the Pages property array. Specify the name of the page as the value of the PageName parameter. The name you specify must be one of the strings in the Pages property.

See Also