System.SysUtils.TEncoding.IsSingleByte

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsSingleByte: Boolean read FIsSingleByte;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Beschreibung

Dieser boolesche Wert legt fest, ob die aktuelle Codierung ein Single-Byte-Format ist.

TEncoding.IsSingleByte legt fest, ob die aktuelle Codierung ein Single-Byte-Format ist.

Siehe auch