FMX.Controls.TStyleBook.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName write SetFileName;

C++

__property System::UnicodeString FileName = {read=FFileName, write=SetFileName};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

The name of the file that contains the style definition.

Use FileName to specify the .style file from which the TStyleBook loads its Resource.

Setting the FileName also loads and applies the style.

See Also