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 strongm 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: *

  1. trutkowski

    Insensitive Top-Left Corner

    Fixed; turned out it was caused by a constructor creating 2 instances of an object erroneously because its coordinate setting was proceduralised without prior initialisation in the main body of the constructor. The erroneous instance was located invisibly in the top-left corner and this was...
  2. trutkowski

    Insensitive Top-Left Corner

    I have a problem with my program that I cannot pin to a logical error. There are no compiler warnings generated, and the code compiles. The problem lies somewhere in this constructor: constructor TBar1.Create; var i:integer; begin for i := 1 to 4 do begin Images[i] :=...

Part and Inventory Search

Back
Top