FMX.Styles.TStyleManager.RegisterPlatformStyleResource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure RegisterPlatformStyleResource(const APlatform: TOSPlatform; const ResourceName: string);

C++

__classmethod void __fastcall RegisterPlatformStyleResource(const Fmx::Types::TOSPlatform APlatform, const System::UnicodeString ResourceName);

Eigenschaften

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


Beschreibung

Registriert die Stilressource für die angegebene Plattform.

  • ResourceName gibt die Stilressource an.
  • APlatform gibt die Zielplattform an.

Siehe auch