FMX.Styles.TStyleManager.RegisterPlatformStyleSelection
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 型で示します。