mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
dbgrid: checking field visibility change
git-svn-id: trunk@9647 -
This commit is contained in:
parent
c3a3491b91
commit
8396895ec1
@ -3037,7 +3037,9 @@ begin
|
||||
if FField<>nil then
|
||||
FFieldName := FField.FieldName;
|
||||
ColumnChanged;
|
||||
end;
|
||||
end else
|
||||
if (AValue<>nil)and(Visible<>AValue.Visible) then
|
||||
Visible := AValue.Visible;
|
||||
end;
|
||||
|
||||
procedure TColumn.SetFieldName(const AValue: String);
|
||||
|
Loading…
Reference in New Issue
Block a user