FMX.Styles.TStyleManager.RemoveStyleFromGlobalPool

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure RemoveStyleFromGlobalPool(const Style: TFmxObject); static;

C++

static void __fastcall RemoveStyleFromGlobalPool(Fmx::Types::TFmxObject* const Style);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleManager


Beschreibung

Entfernt den angegebenen Style aus dem Stil-Pool.

Siehe auch