FMX.TabControl.TTabControl.EffectiveFullSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EffectiveFullSize: Boolean read GetEffectiveFullSize;

C++

__property bool EffectiveFullSize = {read=GetEffectiveFullSize, nodefault};

Properties

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

Description

Indicates whether the tab buttons take up all the space in the tabs band.

See its getter method GetEffectiveFullSize for further details.

See Also