FMX.TabControl.TTabControl.DoUpdateTabBarButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateTabBarButtons(const TabBarButtons: TTabBarButtons; const TabPosition: TTabPosition;  const Content: TContent; var TabBarControls: TArrayTabBarControls); virtual;

C++

virtual void __fastcall DoUpdateTabBarButtons(const TTabBarButtons TabBarButtons, const TTabPosition TabPosition, Fmx::Controls::TContent* const Content, TArrayTabBarControls &TabBarControls);

Properties

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

Description

Called by UpdateTabBarButtons to update the state of the buttons in the area of the tabs titles.

You can override this method to change the location and the appearance of the buttons in the area of the tabs titles.

Note: DoUpdateTabBarButtons is called from the UpdateTabBarButtons method; you should not call the DoUpdateTabBarButtons method manually.

See Also