资 源 简 介
This repository has moved to BitBucket
https://bitbucket.org/NickHodges/delphihtmlwriter
This is a Delphi-based class library that enables the developer to create HTML and HTML documents. It uses the fluent interface to make creating HTML text easy and natural.
THTMLWriter is a class for creating HTML and HTML Documents. THTMLWriter uses the fluent interface. It can be used to create either complete HTML documents or chunks of HTML. By using the fluent interface, you can link together number of methods to create a complete document.
THTMLWriter is very method heavy, but relatively code light. Most of the code simply ends up calling the AddTag method.
Most methods begin with either "Open" or "Add". Methods that start with "Open" will add
文 件 列 表
HTMLWriterIntf.pas
HTMLWriterUtils.pas
LoadSaveIntf.pas
uHTMLWriter.pas
HTMLWriterTestApp.dpr
HTMLWriterTestApp.dproj
HTMLWriterTestPackage.dproj
HTMLWriterGroup.groupproj
HTMLWriterTestPackage.dpk
HTMLWriterTestPackage.res
HTMLWriterTestAppTests.res
TestuHTMLWriter.pas
HTMLWriterTestAppTests.dpr
HTMLWriterTestAppTests.dproj