You've already forked lazarus-ccr
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user