dbgrid: checking field visibility change

git-svn-id: trunk@9647 -
This commit is contained in:
jesus 2006-07-20 20:40:19 +00:00
parent c3a3491b91
commit 8396895ec1

View File

@ -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);