FMX.Forms.TCustomForm.StyleLookup
Delphi
property StyleLookup: string read FStyleLookup write SetStyleLookup stored IsStyleLookupStored;
C++
__property System::UnicodeString StyleLookup = {read=FStyleLookup, write=SetStyleLookup, stored=IsStyleLookupStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCustomForm |
Description
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.