mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 01:47:46 +02:00
* IFragmentClient is now alias to IHTMLClient
This commit is contained in:
parent
d03f94beaf
commit
326b571d8d
@ -6,20 +6,13 @@ unit htmlfragment;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$ifdef pas2js} web,{$endif} Classes, SysUtils;
|
||||
{$ifdef pas2js} web,{$endif} Classes, SysUtils, Rtl.HTMLUtils;
|
||||
|
||||
Type
|
||||
TCustomHTMLFragment = class;
|
||||
|
||||
{ TFragmentHandler }
|
||||
IRendered = Interface
|
||||
Procedure HTMLAvailable;
|
||||
end;
|
||||
|
||||
IFragmentClient = Interface ['{984EDD58-4F93-40BA-A757-06AC293D11F9}']
|
||||
Procedure HTMLLoaded;
|
||||
Procedure HTMLRendered;
|
||||
end;
|
||||
IFragmentClient = Rtl.HTMLUtils.IHTMLClient;
|
||||
|
||||
|
||||
TFragmentHandler = Class(TObject)
|
||||
|
Loading…
Reference in New Issue
Block a user