Unit DataSrc

**************************************************************************** This Datasource component gives you access to datasets defined on another form. It works with Delphi 1 and Delphi 2. This component with source code is provided as freeware. You may use it in your programs or distribute it as you wish. To install, copy the files DATASRC.PAS and DATASRC.DCR into your component directory. Then from the Options menu of Delphi, select Install Components. Hit the Add button and type the full directory and file name of this component, or browse it. To use, place a TDatahost component on a form that has some datasets defined on it. Name it. All datasets defined on that form can be visible to any TRemoteDatasource in your project. Now place a TRemoteDatasource on another form. Click the datahost property and choose the datahost you just defined. Then click the dataset property, and a list of all the datasets you defined on the other form will appear. NOTE: Datahosts needs unique names. If you run into problems or have questions, email gzimmer@gcl.greenville.lib.sc.us ******************************************************************************

Classes

TDataHost -
TRemoteDatasource -

Functions

Register - if host not found, dont clear it out, the Form it lives on may not be opened yet!

Types

Constants

Variables


Functions


procedure Register;

if host not found, dont clear it out, the Form it lives on may not be opened yet!

Types


Constants


Variables