System.SysUtils.TEncoding.Default
Delphi
class property Default: TEncoding read GetDefault;
C++
/* static */ __property TEncoding* Default = {read=GetDefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TEncoding |
説明
Windows では、System.SysUtils.TEncoding.Default は、デフォルトの ANSI コード ページを返し、Mac OS では、UTF-8 を返します。
System.SysUtils.TEncoding.Default の戻り値は、プラットフォームによって変わります:
プラットフォーム | デフォルト エンコーディング | インスタンス |
---|---|---|
Windows |
ANSI |
|
OS X |
UTF-8 |