FMX.Styles.TPlatformStyleSelectionProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPlatformStyleSelectionProc = function (const APlatform: TOSPlatform): string;

C++

typedef System::UnicodeString __fastcall (*TPlatformStyleSelectionProc)(const Fmx::Types::TOSPlatform APlatform);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles FMX.Styles

Description

Anonymous method that RegisterPlatformStyleSelection uses to get the name of the style resource when there are more than one registered for the current platform.

See Also