filer.inc 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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 2003-10-06 20:33:58 peter
  21. * classes moved to rtl for 1.1
  22. * classes .inc and classes.pp files moved to fcl/classes for
  23. backwards 1.0.x compatiblity to have it in the fcl
  24. Revision 1.3 2002/09/07 15:15:24 peter
  25. * old logs removed and tabs fixed
  26. }