fix dbgrid false bookmark duplicates, issue #7884

git-svn-id: trunk@10305 -
This commit is contained in:
jesus 2006-12-06 08:24:44 +00:00
parent a604ab58bd
commit a6020fde72

View File

@ -3351,6 +3351,8 @@ begin
inherited Create;
FGrid := AGrid;
FList := TStringList.Create;
FList.CaseSensitive:=True;
FList.Sorted:=True;
end;
destructor TBookmarkList.Destroy;