Vcl.Tabs.TTabList.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer); override;

C++

virtual void __fastcall Delete(int Index);

Properties

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

Description

Removes the tab caption specified by the Index parameter.

Call Delete to remove a single tab caption from the list. If an object is associated with the tab caption, the reference to the object is removed as well. Index gives the position of the tab caption, where 0 is the first tab, 1 is the second tab, and so on.

See Also