System.SysUtils.TEncoding.IsSingleByte

From RAD Studio API Documentation
Jump to: navigation, search

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