瀏覽代碼

* 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;