FMX.Forms.TApplication.RegisterFormFamily

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

Delphi

procedure RegisterFormFamily(const AFormFamily: string;  const AForms: array of TComponentClass);

C++

void __fastcall RegisterFormFamily(const System::UnicodeString AFormFamily, System::Classes::TComponentClass const *AForms, const int AForms_High);

プロパティ

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

説明

指定された AFormFamily をフォーム レジストリに追加します。

RegisterFormFamily 呼び出しは、フォームに FormFamily が指定されている場合、IDE によって自動的に挿入されます。

メモ: RegisterFormFamily が一度でも呼び出されていると、フォーム生成には GetDeviceForm が使用されます。

関連項目