<div class="gmail_quote">2011/11/26 Timothy Groves <span dir="ltr"><<a href="mailto:the.tail.kinker@gmail.com">the.tail.kinker@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I tried changing a TLabel.Caption property, and got a SIGSEGV.  Here's the offending code:<br>
<br>
if (cmbProfileMeasures.Text = 'Inches') then<br>
      begin<br>
      labPDFWidth.Caption := 'in X';<br>
      labPDFHeight.Caption := 'in';<br>
    end<br>
    else<br>
      if (cmbProfileMeasures.Text = 'Points') then<br>
      begin<br>
          labPDFWidth.Caption := 'pt X';<br>
          labPDFHeight.Caption := 'pt X';<br>
      end<br>
        else<br>
        begin<br>
          labPDFWidth.Caption := 'cm X';<br>
          labPDFHeight.Caption := 'cm X';<br>
      end;<br></blockquote><div><br></div><div>The controls (and form) are not created for some reason.</div><div>The code itself looks OK.</div><div><br></div><div>Juha</div><div><br></div></div>