mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:12:39 +02:00
LCL: dbgrid, fixed FieldName/DisplayFormat typo
git-svn-id: trunk@11115 -
This commit is contained in:
parent
62fbb07216
commit
d4b0c88e83
@ -3160,7 +3160,7 @@ begin
|
||||
try
|
||||
inherited Assign(Source);
|
||||
FieldName := TColumn(Source).FieldName;
|
||||
DisplayFormat := TColumn(Source).FieldName;
|
||||
DisplayFormat := TColumn(Source).DisplayFormat;
|
||||
ValueChecked := TColumn(Source).ValueChecked;
|
||||
ValueUnchecked := TColumn(Source).ValueUnchecked;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user