mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 14:59:11 +02:00
IDE, field property editor: make sure FieldDefs are updated before gathering the field list, by Tony Whyman, issue #26492
git-svn-id: trunk@48139 -
This commit is contained in:
parent
8785c4b878
commit
b03737cc9e
@ -78,6 +78,7 @@ begin
|
||||
DataSet.GetFieldNames(List)
|
||||
else
|
||||
begin
|
||||
DataSet.FieldDefs.Update;
|
||||
for i := 0 to DataSet.FieldDefs.Count - 1 do
|
||||
List.Add(DataSet.FieldDefs[i].Name);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user