System.SysUtils.TLanguages.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TLanguages();

Properties

Type Visibility Source Unit Parent
constructor public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TLanguages

Description

Creates a new TLanguages object.

Do not construct a TLanguages object directly. Instead, call the Languages function, which returns an instance of TLanguages with locale information obtained from Windows.

See Also