DirectAltaVista Component for Inprise Delphi IV
(C) Copyright 1999 by CHZ-Soft

Deutsche Dokumentation
see below for English documentation

DirectAltaVista ist eine Komponente fr Delphi 4, die einen direkten Zugang zu dem Internet
Suchdienst "AltaVista TM" ber den Standardbrowser des Endbenutzers ermglicht. Sie ist 
ein erweitertes Eingabefeld (TEdit) mit drei zustzlichen Eigenschaften und je einem 
zustzlichen Ereignis und einer zustzlichen Methode.

Eigenschaften:

- EnterSubmits: Boolean
  Wenn diese Eigenschaft auf wahr gesetzt ist (Standard), wird die Abfrage ausgefhrt, wenn
  im Eingabefeld Enter gedrckt wird.

- CGIBin: String
  Hier steht die URL zur Suchmaschine "Altavista TM". Diese ist auf den im Moment gltigen
  Wert gesetzt. Sie sollten dem Endbenutzer Ihrer Anwendung die Mglichkeit geben, diese URL
  anzupassen, um flexibel gegenber nderungen beim Suchdienst "Altavista TM" zu sein.

- Success: Boolean
  Gibt nach dem Aufruf von Submit an, ob der Standardbrowser gestartet werden konnte. Der
  Aufruf war erfolgreich, wenn die Eigenschaft wahr ist.

Ereignisse:

- OnSubmitted
  Wird aufgerufen, wenn der Standardbroweser gestartet wurde. Ob dies erfolgreich war, knnen
  Sie aus der Eigenschaft Success (s.o) erkennen.

Methoden:

- function Submit: boolean
  Fhrt die eingegebene Abfrage aus und startet den Standardbrowser. Liefert den Wert der Eigen-
  schaft "Success" zurck.

Rechtliches

DirectAltaVista ist Freeware. Sie drfen die Komponente kostenlos benutzen, weitergeben und in
Ihren Anwendungen einsetzen. Ich wrde einen Hinweis auf mich in der Dokumentation Ihrer 
Anwendung begren. Beim Einsatz in kommerziellen Anwendungen erwarte ich eine angemessene 
Spende. (siehe http://chzsoft.home.pages.de/) Den Quellcode knnen Sie auf Anfrage erhalten. 
Meine E-Mail Adresse: czietz@gmx.net



English documentation

DirectAltaVista is a component for Delphi 4, that allows direct access to the internet search
engine "AltaVista TM" using the default browser of the end-user. It is extended editbox (TEdit) 
with three additional properties, an additional event and an additional method.

Properties:

- EnterSubmits: Boolean
  If this property is true (default) the query is executed (submitted to AltaVista) when 
  Enter is pressed in the editbox. 

- CGIBin: String
  This contains the URL to the search engine of "AltaVista TM". It is set to the presently
  valid value. You should give the end-user a possibility to change this value to add
  flexibility to your application against changes at "AltaVista TM".

- Success: Boolean
  After submitting a query this value contains whether the browser could be started.

Events:

- OnSubmitted
  Is called after trying to start the user's default browser. You can check if that was 
  successful by checking the "Success" property.

Methods:

- function Submit: boolean
  Executes the query entered in the editbox. It returns the value of the "Success" property.

Conditions of use

DirectAltaVista is freeware. You may use it and give it away for free. You may use it your
applications free of charge, too. Please mention me in the documentation of your application.
If you use the component for commercial purposes I expect a fair donation. (please contact me 
at czietz@gmx.net for that). If you need the source, please ask me, too. 
My homepage: http://chzsoft.home.pages.de/
