System.Classes.TStreamWriter.Encoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Encoding: TEncoding read FEncoding;

C++

__property System::Sysutils::TEncoding* Encoding = {read=FEncoding};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamWriter

Description

Gets the encoding used.

Encoding gets the TEncoding used by the TStreamWriter.

This property is functionally identical to the Microsoft .NET property StreamWriter.Encoding.

See Also

Code Examples