HTMLTOOLS
The htmltools unit contains a few high-speed methods to help with parsing and handling HTML files.
Globals
Functions
HTMLFieldCount(Data:String):Longint
HTMLFieldExists(Data,Name:String):Boolean
HTMLGetValue(Data,Name:String):String
HTMLSpecialCharsEncode(const S:string):string
HTMLSpecialCharsDecode(const S:string):string
IPIntToIPStr(const IPAddr:LongWord):string
IPStrToIPInt(IPAddr:string):LongWord
EscapeDecode(const S:string):string
EscapeEncode(const S:string;const SpaceAsPlus:Boolean=False):string
ChunkSplit(const S:string;len:Word=76;E:String=#13#10):string
Procedures
HTMLGetFields(Data:String;var List:TStringList)