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:
|
ftCurrency, ftFloat:
|
||||||
Result :=
|
Result :=
|
||||||
doubleDbGridControl.Editor(Self, Columns[Column - 1].Decimals);
|
doubleDbGridControl.Editor(Self, Columns[Column - 1].Decimals);
|
||||||
ftBCD:
|
ftBCD, ftFMTBCD:
|
||||||
Result := doubleDbGridControl.Editor(Self, aField.Size);
|
Result := doubleDbGridControl.Editor(Self, aField.Size);
|
||||||
ftString:
|
ftString:
|
||||||
Result := stringDbGridControl.Editor(Self, Columns[Column - 1].MaxLength);
|
Result := stringDbGridControl.Editor(Self, Columns[Column - 1].MaxLength);
|
||||||
|
Reference in New Issue
Block a user