Unit HttpThr1

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE (From a work done by Ed Hochman ) Email: francois.piette@ping.be http://www.rtfm.be/fpiette francois.piette@rtfm.be Creation: Jan 13, 1998 Version: 1.00 Description: HttpThrd is a demo program showing how to use THttpCli component in a multi-threaded program. Support: There is a mailing list for support. See web site for subscription http://www.rtfm.be/fpiette/supportuk.htm Credit: This component is based on a freeware from by Andreas Hoerstemeier and used with his permission. andy@hoerstemeier.de http://www.westend.de/~hoerstemeier Legal issues: Copyright (C) 1997 by François PIETTE This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented, you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Updates: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Classes

THttpThreadForm -

Functions

Types

TThreadState

Constants

KeyHeight
KeyLeft
KeyProxy
KeyTop
KeyURL
KeyWidth
SectionData
SectionWindow

Variables

HttpThreadForm


Functions


Types


TThreadState = (tsInexistant, tsReady, tsInUse);

Constants

KeyHeight = 'Height'

KeyLeft = 'Left'

KeyProxy = 'Proxy'

KeyTop = 'Top'

KeyURL = 'URL'

KeyWidth = 'Width'

SectionData = 'Data'

SectionWindow = 'Window'


Variables

HttpThreadForm : THttpThreadForm