FMX.Styles.TStyleManager.RegisterPlatformStyleSelection

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

Delphi

class procedure RegisterPlatformStyleSelection(const APlatform: TOSPlatform; const ASelection: TPlatformStyleSelectionProc);

C++

__classmethod void __fastcall RegisterPlatformStyleSelection(const Fmx::Types::TOSPlatform APlatform, const TPlatformStyleSelectionProc ASelection);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleManager


説明

選択肢で指定されたスタイル リソースを登録します。

  • APlatform は、ターゲット プラットフォームを示します。
  • ASelection は、スタイル選択を、TPlatformStyleSelectionProc 型で示します。

関連項目