FMX.ListBox.TListBoxItem.FreeStyle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure FreeStyle; override;

C++

virtual void __fastcall FreeStyle();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Beschreibung

Gibt den Stil von TStyledControl frei.

FMX.ListBox.TListBoxItem.FreeStyle erbt von FMX.Controls.TTextControl.FreeStyle. Der folgende Inhalt bezieht sich auf FMX.Controls.TTextControl.FreeStyle.

Gibt den Stil von TStyledControl frei.

FreeStyle gibt einige TTextControl-spezifische Stilressourcen, wie zum Beispiel TextObject und TextSettings, frei und ruft dann die geerbte Funktion TStyledControl.FreeStyle auf.

Siehe auch