Vcl.ComCtrls.TCustomTreeView.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 protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

The value of the encoding that you can provide when you call LoadFromStream or LoadFromFile.

If you do not specify the encoding, the value of Encoding is TEncoding.Default.

See Also