mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
parent
f61c37ecc9
commit
8fdf4b2cc3
@ -3028,7 +3028,7 @@ end;
|
||||
|
||||
function TCustomBufDataset.GetIndexName: String;
|
||||
begin
|
||||
if FIndexes.Count>0 then
|
||||
if (FIndexes.Count>0) and (CurrentIndexBuf <> nil) then
|
||||
result := CurrentIndexBuf.Name
|
||||
else
|
||||
result := FIndexName;
|
||||
|
Loading…
Reference in New Issue
Block a user