表示: Delphi C++
表示設定

System.SysUtils.TEncoding

提供:XE2 API Documentation
移動: 案内, 検索

System.TObject
TEncoding

Delphi

TEncoding = class

C++

class PASCALIMPLEMENTATION TEncoding : public System::TObject

目次

プロパティ

種類 可視性 ソース ユニット
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils


説明

System.SysUtils.TEncoding は、文字や文字列の特定のエンコードを定義します。

このクラスを使用して、所定の文字列に対して使用する特定のエンコードを定義します。 たとえば、System.Classes.TStringStream クラスはオーバーロード コンストラクタを含むようになり、開発者は System.Classes.TStringStream のインスタンスに追加する文字列のエンコードを定義できるようになりました。

クロスプラットフォーム開発を容易にするために、System.SysUtils.TEncoding クラスと .NET System.Text.Encoding クラスには類似性があります。

エンコード クラス

ANSI

System.SysUtils.TMBCSEncoding

ASCII

System.SysUtils.TMBCSEncoding

ビック エンディアン UTF-16、ビック エンディアン Unicode

System.SysUtils.TBigEndianUnicodeEncoding

UTF-16、Unicode

System.SysUtils.TUnicodeEncoding

UTF-7

System.SysUtils.TUTF7Encoding

UTF-8

System.SysUtils.TUTF8Encoding

関連項目

コード サンプル

以前のバージョン
他の言語