API:System.SysUtils.TLanguages.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(ID: TLocaleID): Integer; overload;
function IndexOf(const LocaleName: string): Integer; overload;

C++

int __fastcall IndexOf(TLocaleID ID)/* overload */;
int __fastcall IndexOf(const System::UnicodeString LocaleName)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.