FMX.TabControl.TTabControl.GetEffectiveFullSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEffectiveFullSize: Boolean; virtual;

C++

virtual bool __fastcall GetEffectiveFullSize();

Properties

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

Description

Used to determine whether the tab buttons take up all the space in the tabs band.

If the FullSize property is PlatformDefault, GetEffectiveFullSize returns True if the style element FullSize is found. Otherwise, GetEffectiveFullSize returns the same as the FullSize property.

See Also