You've already forked lazarus-ccr
new component - TRxDBColorBox
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1618 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -255,9 +255,9 @@ end;
|
||||
|
||||
function TCustomRxDBSpinEdit.IsReadOnly: boolean;
|
||||
begin
|
||||
result := true;
|
||||
if FDatalink.Active and not Self.ReadOnly then
|
||||
result := (Field=nil) or Field.ReadOnly;
|
||||
Result := true;
|
||||
if FDatalink.Active and (not Self.ReadOnly) then
|
||||
Result := (Field = nil) or Field.ReadOnly;
|
||||
end;
|
||||
|
||||
procedure TCustomRxDBSpinEdit.Loaded;
|
||||
|
||||
Reference in New Issue
Block a user