<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05-11-2014 19:31, Frederic Da
      Vitoria wrote:<br>
    </div>
    <blockquote
cite="mid:CANe_y9SpVqpHJ7JrVnc7-3T-4iwBWrdWO2VgrvzxSxa58W9i0A@mail.gmail.com"
      type="cite">
      <div class="gmail_extra">
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">So the error message is
            not misleading at all ;)<br>
            <quote><span class=""><br>
              Error: Property can’t have a default value<br>
            </span>
              Set properties or indexed properties cannot have a default
            value.<br>
            </quote><br>
          </blockquote>
        </div>
        <br>
      </div>
      <div class="gmail_extra">This may be me misunderstanding English,
        but I feel that it is misleading: To me, "Set properties cannot
        have a default value" means that even a set with 2 elements
        could not have a default value.</div>
    </blockquote>
    You are absolutely correct. But it does point in the right direction
    (unlike Werner expected) ;) However expanding the error-message to
    include the text that it only applies to sets with base types with
    more than 32 values would make it not fit on screen. But the
    help-page for the message could be expanded to include this text. (I
    got it from <a class="moz-txt-link-freetext" href="http://www.freepascal.org/docs-html/user/userse62.html">http://www.freepascal.org/docs-html/user/userse62.html</a>)<br>
    <br>
    So it should be something like this (with my limited English):<br>
    <b>Error: Property can’t have a default value</b><br>
        Set properties or indexed properties cannot have a default value
    if the upper and lower bounds of the set's base type have ordinal
    values between 0 and 31.<br>
    <br>
    This message also comes when you right-click the error and choose
    help. So it could be clarified there too.<br>
    <br>
  </body>
</html>