FMX.TabControl.TTabControl.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Delete(const Index: Integer): Boolean;

C++

bool __fastcall Delete(const int Index);

Properties

Type Visibility Source Unit Parent
function public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Deletes a tab from the tab control.

Use the Delete method to delete the tab specified by AIndex from the tab control.

See Also