Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 3491
  • Order by date
  1. 3491

    Converting Real type to integer type

    {with}<br> var<br> s:string; <br> x:real;<br> n:integer;<br> <br> .....<br> s := edit1.text;<br> x := strtofloat(s);<br> n := round(x);<br> <br> {to show result}<br> edit1.text := floattostr(n);<br> {This works whether or not text is a real number}<br>...
  2. 3491

    Delphi 3 third party component installation

    When I try to install a third party component in Delphi 3 (no source code available, only the *.dcu file) I get a compille error: cannot find *.pas. Has anyone run into this? What to do?

Part and Inventory Search

Back
Top