Browse Source

* replaced "uses objpas;" with "{$mode objfpc}" in property example

Jonas Maebe 26 years ago
parent
commit
2f3eddca3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref.tex

+ 1 - 1
docs/ref.tex

@@ -2057,7 +2057,7 @@ or write several properties with the same function. For this, the properties
 must have the same type.
 must have the same type.
 The following is an example of a property with an index:
 The following is an example of a property with an index:
 \begin{verbatim}
 \begin{verbatim}
-uses objpas;
+{$mode objfpc}
 Type TPoint = Class(TObject)
 Type TPoint = Class(TObject)
        Private
        Private
        FX,FY : Longint;
        FX,FY : Longint;