mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 04:49:40 +02:00
TurboPower_ipro: Add read-only property TIpHtml.DocCharset.
git-svn-id: trunk@56713 -
This commit is contained in:
parent
08558f4b92
commit
cabeb5d566
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user