FMX.Styles.TPlatformStyleSelectionProc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles FMX.Styles


説明

現在のプラットフォームに複数のスタイル リソースが登録されている場合に、スタイル リソースの名前を取得するために RegisterPlatformStyleSelection が使用する無名メソッドです。

関連項目