filer.inc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. $Id$
  3. This file is part of the Free Component Library (FCL)
  4. Copyright (c) 1999-2000 by the Free Pascal development team
  5. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. **********************************************************************}
  11. { *********************************************************************
  12. * TFiler *
  13. *********************************************************************}
  14. procedure TFiler.SetRoot(ARoot: TComponent);
  15. begin
  16. FRoot := ARoot;
  17. end;
  18. {
  19. $Log$
  20. Revision 1.1 2000-07-13 06:31:30 michael
  21. + Initial import
  22. Revision 1.6 2000/06/29 16:29:23 sg
  23. * Implemented streaming. Note: The writer driver interface is stable, but
  24. the reader interface is not final yet!
  25. Revision 1.5 2000/01/07 01:24:33 peter
  26. * updated copyright to 2000
  27. }