Преглед на файлове

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

Jonas Maebe преди 26 години
родител
ревизия
2f3eddca3c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.
 The following is an example of a property with an index:
 \begin{verbatim}
-uses objpas;
+{$mode objfpc}
 Type TPoint = Class(TObject)
        Private
        FX,FY : Longint;