Vcl.Tabs.TTabSet.ItemRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemRect(Index: Integer): TRect;

C++

System::Types::TRect __fastcall ItemRect(int Index);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Returns the rectangle that surrounds the item specified in the Item parameter.

Use ItemRect to obtain the rectangle that surrounds the tab when you are drawing on an owner-draw tab set.

See Also