FMX.Presentation.Factory.TPresentationProxyFactory.RegisterDefault

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

Delphi

procedure RegisterDefault(const AControlType: TControlType; const APresentationProxyClass: TPresentationProxyClass);

C++

void __fastcall RegisterDefault(const Fmx::Controls::TControlType AControlType, const Fmx::Controls::Presentation::TPresentationProxyClass APresentationProxyClass);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory


説明

デフォルト プレゼンテーション プロキシ クラスの登録を試行します。

指定されたコントロール タイプのデフォルト プレゼンテーション プロキシ クラスが、そのファクトリにすでにある場合には、例外 EPresentationProxy を発生させます。

関連項目

FMX.Presentation.Factory.EPresentationProxy