mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 05:56:16 +02:00
tpipro: make TIpHtml.FDataProvider protected
git-svn-id: trunk@22540 -
This commit is contained in:
parent
2b723e68d2
commit
5ba985389f
@ -2123,7 +2123,6 @@ type
|
||||
FMarginHeight: Integer;
|
||||
FMarginWidth: Integer;
|
||||
{$IFDEF IP_LAZARUS}
|
||||
FDataProvider: TIpAbstractHtmlDataProvider;
|
||||
FCSS: TCSSGlobalProps;
|
||||
{$ENDIF}
|
||||
protected
|
||||
@ -2148,6 +2147,7 @@ type
|
||||
Body : TIpHtmlNodeBODY;
|
||||
FTitleNode : TIpHtmlNodeTITLE;
|
||||
{$IFDEF IP_LAZARUS}
|
||||
FDataProvider: TIpAbstractHtmlDataProvider;
|
||||
{$IFDEF UseGifImageUnit}
|
||||
GifImages : TList;
|
||||
{$ELSE}
|
||||
|
Loading…
Reference in New Issue
Block a user