FMX.Forms.TForm.StyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleLookup: string read FStyleLookup write SetStyleLookup stored IsStyleLookupStored default 0;

C++

__property StyleLookup = {default=0};

Properties

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

Description

Specifies the name of the style to look up and apply to this form.

FMX.Forms.TForm.StyleLookup inherits from FMX.Forms.TCustomForm.StyleLookup. All content below this line refers to FMX.Forms.TCustomForm.StyleLookup.

Specifies the name of the style to look up and apply to this form. The FireMonkey Component Design help topic shows, among other useful things related to component designing, how to apply a style to a TPanel component.

See Also