TurboPower_ipro: Add read-only property TIpHtml.DocCharset.

git-svn-id: trunk@56713 -
This commit is contained in:
wp 2017-12-13 23:26:50 +00:00
parent 08558f4b92
commit cabeb5d566

View File

@ -2252,6 +2252,7 @@ type
property CurUrl: string read FCurUrl;
{$IFDEF IP_LAZARUS}
property TabList: TIpHtmlTabList read FTabList;
property DocCharset: String read FDocCharset; // Encoding of html text
{$ENDIF}
property Target: TCanvas read FTarget;
property TitleNode : TIpHtmlNodeTITLE read FTitleNode;