fcl.tex 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. %
  2. % $Id$
  3. % This file is part of the FPC documentation.
  4. % Copyright (C) 1997, by Michael Van Canneyt
  5. %
  6. % The FPC documentation is free text; you can redistribute it and/or
  7. % modify it under the terms of the GNU Library General Public License as
  8. % published by the Free Software Foundation; either version 2 of the
  9. % License, or (at your option) any later version.
  10. %
  11. % The FPC Documentation is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. % Library General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU Library General Public
  17. % License along with the FPC documentation; see the file COPYING.LIB. If not,
  18. % write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19. % Boston, MA 02111-1307, USA.
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. % Preamble.
  23. \input{preamble.inc}
  24. \ifpdf
  25. \pdfinfo{/Author(Michael Van Canneyt)
  26. /Title(FCL reference guide)
  27. /Subject(Free Component library reference guide)
  28. /Keywords(Free Pascal)
  29. }
  30. \fi
  31. %
  32. % Settings
  33. %
  34. \makeindex
  35. \usepackage{tabularx}
  36. %
  37. % Start document
  38. %
  39. \begin{document}
  40. \title{Free Component Library (FCL) : \\ Reference guide.}
  41. \docdescription{Reference guide for FCL units.}
  42. \docversion{1.9}
  43. \input{date.inc}
  44. \author{Micha\"el Van Canneyt}
  45. \maketitle
  46. \tableofcontents
  47. \newpage
  48. \section*{About this guide}
  49. This document describes all constants, types, variables, functions and
  50. procedures as they are declared in the units that come standard with the FCL
  51. (Free Component Library).
  52. Throughout this document, we will refer to functions, types and variables
  53. with \var{typewriter} font. Functions and procedures gave their own
  54. subsections, and for each function or procedure we have the following
  55. topics:
  56. \begin{description}
  57. \item [Declaration] The exact declaration of the function.
  58. \item [Description] What does the procedure exactly do ?
  59. \item [Errors] What errors can occur.
  60. \item [See Also] Cross references to other related functions/commands.
  61. \end{description}
  62. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  63. % Input generated .tex file(s)
  64. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  65. \input{fcl.inc}
  66. \end{document}