FMX.Styles.TPlatformStyleSelectionProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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