FMX.TabControl.TTabControl.UpdateTabBarButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateTabBarButtons;

C++

void __fastcall UpdateTabBarButtons();

Properties

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

Description

Updates the state of the buttons in the area of the tab titles.

UpdateTabBarButtons calls the DoUpdateTabBarButtons method.

See Also