System.SysUtils.TEncoding.IsSingleByte

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsSingleByte: Boolean read FIsSingleByte;

C++

__property bool IsSingleByte = {read=FIsSingleByte, nodefault};

プロパティ

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

説明

この論理値は、現在のエンコードがシングルバイト形式かどうかを指定します。

TEncoding.IsSingleByte は、現在のエンコードがシングルバイト形式かどうかを指定します。

関連項目