Open main menu

RAD Studio API Documentation β

System.SysUtils.TEncoding.IsSingleByte

Delphi

property IsSingleByte: Boolean read FIsSingleByte;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Description

This boolean specifies whether the current encoding is of single-byte format.

TEncoding.IsSingleByte specifies whether the current encoding is of single-byte format.

See Also