FMX.TabControl.TTabItem.FreeStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeStyle; override;

C++

virtual void __fastcall FreeStyle();

Properties

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

Description

Frees the style of TStyledControl.

FMX.TabControl.TTabItem.FreeStyle inherits from FMX.Controls.TTextControl.FreeStyle. All content below this line refers to FMX.Controls.TTextControl.FreeStyle.

Frees the style of TStyledControl.

FreeStyle frees some TTextControl-specific style resources like TextObject and TextSettings, then calls the inherited TStyledControl.FreeStyle.

See Also