FMX.TabControl.TTabItem.FreeStyle
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.