浏览代码

* Fix wrong use of options

git-svn-id: trunk@32964 -
michael 9 年之前
父节点
当前提交
59a55ea07d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/datadict/fpdatadict.pp

+ 1 - 1
packages/fcl-db/src/datadict/fpdatadict.pp

@@ -2844,7 +2844,7 @@ begin
     WriteString(ASection,KeyCaseInsFields,CaseInsFields);
     WriteString(ASection,KeyCaseInsFields,CaseInsFields);
     WriteString(ASection,KeyDescFields,DescFields);
     WriteString(ASection,KeyDescFields,DescFields);
     WriteString(ASection,KeySource,Source);
     WriteString(ASection,KeySource,Source);
-    O:=Integer(Options);
+    O:=Integer(self.Options);
     T:=TypeInfo(TIndexOptions);
     T:=TypeInfo(TIndexOptions);
     WriteString(ASection,KeyOptions,SetToString(T,O,False));
     WriteString(ASection,KeyOptions,SetToString(T,O,False));
     end;
     end;