diff --git a/components/ideintf/propedits.pp b/components/ideintf/propedits.pp index 6b5ed5d341..5bc5d84991 100644 --- a/components/ideintf/propedits.pp +++ b/components/ideintf/propedits.pp @@ -4024,7 +4024,8 @@ end; function TSetElementPropertyEditor.GetVisualValue: ansistring; begin Result := inherited GetVisualValue; - Assert(Result <> '', 'TSetElementPropertyEditor.GetVisualValue: Result="".'); + if Result = '' then + Result := oisMixed; end; procedure TSetElementPropertyEditor.GetValues(Proc: TGetStrProc);