FMX.Forms.TForm.FormFamily

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormFamily: string read FFormFamily write SetFormFamily default 0;

C++

__property FormFamily = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Is a string property that specifies the form family this form is part of.

The logic can choose a different form as the main form depending on size, if an app has several forms with the same .FormFamily value as the app's main form.

FMX.Forms.TForm.FormFamily inherits from FMX.Forms.TCommonCustomForm.FormFamily. All content below this line refers to FMX.Forms.TCommonCustomForm.FormFamily.

Is a string property that specifies the form family this form is part of.

The logic can choose a different form as the main form depending on size, if an app has several forms with the same .FormFamily value as the app's main form.

See Also