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;
|
function TRxDBGrid.GetAllowedOperations: TRxDBGridAllowedOperations;
|
||||||
begin
|
begin
|
||||||
// Result:=FAllowedOperations;
|
Result:=[];
|
||||||
if dgDisableInsert in Options then
|
if dgDisableInsert in Options then
|
||||||
Result:=Result - [aoInsert, aoAppend]
|
Result:=Result - [aoInsert, aoAppend]
|
||||||
else
|
else
|
||||||
|
@ -26,7 +26,7 @@ Copyright (c) 1998 Master-Bank
|
|||||||
translate to Lazarus by alexs in 2005 - 2012
|
translate to Lazarus by alexs in 2005 - 2012
|
||||||
"/>
|
"/>
|
||||||
<License Value="LGPL"/>
|
<License Value="LGPL"/>
|
||||||
<Version Major="2" Minor="5" Release="2" Build="134"/>
|
<Version Major="2" Minor="6" Release="1" Build="134"/>
|
||||||
<Files Count="68">
|
<Files Count="68">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="autopanel.pas"/>
|
<Filename Value="autopanel.pas"/>
|
||||||
|
Reference in New Issue
Block a user