Vcl.Ribbon.TCustomTabData.CalculateTabWidths

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalculateTabWidths(AAvailableSpace: Integer; APages: TRibbonTabs);

C++

void __fastcall CalculateTabWidths(int AAvailableSpace, TRibbonTabs* APages);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData

Description

Recalculates the tab's widths, based on the currently available space. This method is called each time the tab's width is changed.

See Also