FMX.Forms.TApplication.RegisterFormFamily

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Adds the given AFormFamily to the form registry.

The RegisterFormFamily call is inserted automatically by the IDE if FormFamily is specified for the form.

Note: If RegisterFormFamily was called at least once, the form creation uses GetDeviceForm.

See Also