Vcl.ComCtrls.TCustomTreeView.Encoding

提供:RAD Studio API Documentation

Delphi

property Encoding: TEncoding read FEncoding;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView


説明

LoadFromStreamLoadFromFile を呼び出す際に渡す エンコーディング の値。

エンコーディングを指定しない場合、Encoding の値は TEncoding.Default となります。

関連項目