FMX.Types.TLang.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.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Protected method for loading the language strings.

Loaded is called automatically to load language strings into the TLang object.

See Also