RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages.Ext Property

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

Pascal
property Ext [Index: Integer]: string;
C++
__property AnsiString Ext[int Index];

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!