Vcl.Tabs.TTabList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Properties

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

Description

Deletes all tab captions from the TTabList.

Call Clear to empty the list of tab captions from the TTabList.

See Also