FMX.Styles.TStyleManager.RegisterPlatformStyleResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleManager

Description

Registers the style resource for the specified platform.

  • ResourceName specifies the resource style.
  • APlatform specifies the target platform.

See Also