System.SysUtils.TLanguages.Ext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ext[Index: Integer]: string read GetExt;

C++

__property System::UnicodeString Ext[int Index] = {read=GetExt};

Properties

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

Description

Contains the standard file-name extension at the specified position in the array.

Read Ext to get the standard three-letter file-name extension for a locale. For example, Ext[IndexOf($0409)] returns the string ENU.

Ext is a zero-based array.

See Also