* Fix wrong use of options

git-svn-id: trunk@32964 -
This commit is contained in:
michael 2016-01-17 17:18:38 +00:00
parent c1e876f525
commit 59a55ea07d

View File

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