Add ftFMTBCD support to TJDBGridControl. Thanks to Sergey Golubev for the reminder

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2829 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2013-11-05 19:16:31 +00:00
parent e0105c9c37
commit 468fe8a4a5

View File

@ -180,7 +180,7 @@ begin
ftCurrency, ftFloat:
Result :=
doubleDbGridControl.Editor(Self, Columns[Column - 1].Decimals);
ftBCD:
ftBCD, ftFMTBCD:
Result := doubleDbGridControl.Editor(Self, aField.Size);
ftString:
Result := stringDbGridControl.Editor(Self, Columns[Column - 1].MaxLength);