You've already forked lazarus-ccr
RxDBGrid - fix save in lfm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2815 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1699,7 +1699,7 @@ end;
|
||||
|
||||
function TRxDBGrid.GetAllowedOperations: TRxDBGridAllowedOperations;
|
||||
begin
|
||||
// Result:=FAllowedOperations;
|
||||
Result:=[];
|
||||
if dgDisableInsert in Options then
|
||||
Result:=Result - [aoInsert, aoAppend]
|
||||
else
|
||||
|
Reference in New Issue
Block a user