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