System.SysUtils.TLanguages.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

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

Description

Contains the number of locales listed in the TLanguages object.

Read Count to determine the number of locales supported by the current system.

See Also