FMX.Controls.TStyleBook.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

Loads the style. Loaded is called automatically to load the style definition from the file that is set using the FileName property.

See Also