mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 14:18:17 +02:00
tpipro: fix indent
git-svn-id: trunk@22820 -
This commit is contained in:
parent
b6d78f19d8
commit
3185a931a9
@ -49,7 +49,7 @@ function expandLocalHtmlFileName (URL : string) : string;
|
||||
|
||||
type
|
||||
|
||||
TIpGetHtmlDataEvent =
|
||||
TIpGetHtmlDataEvent =
|
||||
procedure(Sender : TObject; const URL : string; const PostData : TIpFormDataEntity; var Stream : TStream) of object;
|
||||
TIpGetImageDataEvent =
|
||||
procedure(Sender : TIpHtmlNode; const URL : string; var Picture : TPicture) of object;
|
||||
@ -65,7 +65,7 @@ TIpGetHtmlDataEvent =
|
||||
function(Sender : TObject; const URL : string) : Boolean of object;
|
||||
|
||||
|
||||
TIpCustomHtmlDataProvider = class(TIpAbstractHtmlDataProvider)
|
||||
TIpCustomHtmlDataProvider = class(TIpAbstractHtmlDataProvider)
|
||||
private
|
||||
FProtocols : TStrings;
|
||||
FGetHtml : TIpGetHtmlDataEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user