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.

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.

See Also