FMX.Styles.TPlatformStyleSelectionProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles FMX.Styles


Beschreibung

Anonyme Methode, mit der RegisterPlatformStyleSelection den Namen der Stilressource ermittelt, wenn für die aktuelle Plattform mehrere registriert sind.

Siehe auch