addons update
git-svn-id: https://svn.code.sf.net/p/kolmck/code@67 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
21
Addons/KOLDHTML.pas
Normal file
21
Addons/KOLDHTML.pas
Normal file
@ -0,0 +1,21 @@
|
||||
unit KOLDHTML;
|
||||
|
||||
interface
|
||||
|
||||
uses KOL, DHTMLEDLib_TLBKOL;
|
||||
|
||||
type
|
||||
|
||||
TDHTMLEDIT = DHTMLEDLib_TLBKOL.PDHTMLEDIT;
|
||||
PDHTMLEDIT = DHTMLEDLib_TLBKOL.PDHTMLEDIT;
|
||||
|
||||
function NewDHTMLEDIT(AOwner: PControl): PDHTMLEDIT;
|
||||
|
||||
implementation
|
||||
|
||||
function NewDHTMLEDIT;
|
||||
begin
|
||||
new( Result, CreateParented( AOwner ) );
|
||||
end;
|
||||
|
||||
end.
|
Reference in New Issue
Block a user