FMX.Controls.TTextControl.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.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Frees the style of TStyledControl.

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

See Also